Skip to content

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

@repo4work

Description

@repo4work

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:

  • There are two machines running RHEL 8.6 with Intel 100GbE Network Adapter (E810-CQDA1), rdma-core version 37, and using Infiniband for transport.
  • eRPC is contained in two docker containers, one in each machine, with the following information: CentOS 8 for OS and rdma-core version 26.
  • One instance is meant to be the server and the other a client

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions