You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2026. It is now read-only.
Hi,did you run these code on real computer instead of virtual machine?
I'm learning dpdk on virtual machine and real computer using intel NIC.
Up to now,i run a program which can parse ARP and ICMP packets and send reply on a virtual machine,and ping it on another virtual machine successfully.When i use two real computer connected by RJ45 cable ,i have binding the NIC interface with igb_uio driver and run the code successfully ,but i fail to ping the ip address define in the program from another computer.
Hi,did you run these code on real computer instead of virtual machine?
I'm learning dpdk on virtual machine and real computer using intel NIC.
Up to now,i run a program which can parse ARP and ICMP packets and send reply on a virtual machine,and ping it on another virtual machine successfully.When i use two real computer connected by RJ45 cable ,i have binding the NIC interface with igb_uio driver and run the code successfully ,but i fail to ping the ip address define in the program from another computer.
can you help me ,you are a good man