-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eRPC setup between two docker containers in two different machines #101
Comments
Hi. I haven't tried eRPC on E810 NICs, but here are some thoughts.
|
Hi Anuj,
|
Hi.
|
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: