erpc-io / eRPC

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

eRPC setup between two docker containers in two different machines #101

Open repo4work opened 9 months ago

repo4work commented 9 months ago

I am trying to use and setup eRPC between two machines and I’m having issues when calling the RPC constructor. I seem to run into it even in the Hello World application included with the source code and outlined in the README.

I have tried to figure out why, but I haven’t come out with any solutions.

Here is information about the setup:

The error I’m running into says the following and it seems to trigger when the RPC constructor is called: “terminate called after throwing an instance of ‘std::runtime_error’ What(): Failed to open dev 0 Aborted (core dumped)”

Thanks

ankalia commented 9 months ago

Hi. I haven't tried eRPC on E810 NICs, but here are some thoughts.

repo4work commented 9 months ago

Hi Anuj,

ankalia commented 9 months ago

Hi.

repo4work commented 9 months ago

Hi,

To clear it up: The ib_read_bw works out of the containers, but does not work inside, along with ibv_devinfo. I am currently looking into the issue within the containers