erpc-io / eRPC

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

hello_world failed #74

Closed yjchoi-0606 closed 2 years ago

yjchoi-0606 commented 2 years ago

Hi, We ran eRPC on our machine but encountered some issues. Below is the errors printed when I executed hello_world.

image

Below is our system configuration.

NIC model: Broadcom Inc. and subsidiaries BCM57412 NetXtreme-E 10Gb RDMA Ethernet rdma_core version: latest master, built from source DPDK version: dpdk-stable 19.11.10 (is there any possibility that the dpdk version make this issue?) OS version : CentOS Linux release 7.9.2009 (Core) kernel version: 5.4.155-1.el7.elrepo.x86_64

Thanks

anujkaliaiitd commented 2 years ago

Thanks for raising the issue.

Are you able to run DPDK's example programs (e.g., testpmd) on this NIC?

yjchoi-0606 commented 2 years ago

Yes. Two ports are detected without errors but I don't get why eRPC fails to initialize DPDK.

Below is the information about my environment. Could you please let me know if there's anything that I missed?

image

<port 0 info> image

<port 1 info> image

![image](https://user-images.githubusercontent.com/93893610/145781489-f91512f7-e9b2-4aae-af64-1a1f8d7e3e8a.png)
anujkaliaiitd commented 2 years ago

Closing because this is difficult to fix, since I don't have access to Broadcom NICs.