Skip to content
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

unable to establish communication with the assigned IP #9

Open
ashish4u125 opened this issue Sep 13, 2023 · 0 comments
Open

unable to establish communication with the assigned IP #9

ashish4u125 opened this issue Sep 13, 2023 · 0 comments

Comments

@ashish4u125
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant