leoll2/UDPDK

unable to establish communication with the assigned IP

Opened this issue · 0 comments

I am currently working with UDPDK and facing challenges in configuring IP addresses for my server machine's NICs.
My goal is to efficiently receive packets from a switch,which is connected to a server machine having 3 NIC card of interface name enp130s0f0, enp5s0f0, enp5s0f1 from which enp5s0f0 is connected to switch and I have binded enp5s0f0's PCI address to the dpdk.

To receive this package, I installed UDPDK which is mentioned on your github repository, edited the 'config.ini' file, and mentioned the MAC address of enp5s0f0 and assigned an IP and successfully compiled the UDPDK, and sample application example such as pktgen and pingpong are running successfully on the server machine. However, I am still unable to establish communication with the assigned IP, i.e. When I run the 'ping' command from another system for the assigned IP address, I receive a "Destination Host Unreachable" error.

Could you please provide guidance on correctly assigning the IP address within the UDPDK stack to enable packet reception from the switch?

Thanks a lot in advance!