erpc-io / eRPC

Efficient RPCs for datacenter networks
https://erpc.io/
Other
835 stars 137 forks source link

Remove compilation flags that prevents building against BOOST 1.67+ #17

Closed jakubradtke closed 5 years ago

jakubradtke commented 5 years ago

Without the patch following errors occurs when compiling against Boost 1.69.0:

Signed-off-by: Jakub Radtke jakub.radtke@intel.com

anujkaliaiitd commented 5 years ago

Thanks for the suggestions, Jakub. Here are the fixes:

The code currently guards against double-initialization of DPDK with eal_lock in dpdk_transport.cc: the first thread to grab that lock initializes DPDK. Do you know why this isn't working?