[dpdk-users] Unable to see incoming packets with example KNI application

2016-05-11 Thread Andriy Berestovskyy
Hi Nicholas, Those two lines look suspicious: ifconfig vEth0_0 172.25.48.200 ifconfig vEth1_0 172.25.48.201 Those lines configure two interfaces in the same class B network. Could it be the reason for the issues? Also, do you see the correct ARP entries on both sides? Andriy On Tue, May 10,

[dpdk-users] Unable to see incoming packets with example KNI application

2016-05-11 Thread Pavey, Nicholas
s] Unable to see incoming packets with example KNI application Hi When you try to send echo packets(outbound), your PC will try to resolve ARP, which it could not complete properly .. due to random mac generation for KNI interface(your KNI interface having different MAC than actual interface). Af

[dpdk-users] Unable to see incoming packets with example KNI application

2016-05-10 Thread Pavey, Nicholas
Good afternoon, I?m a new user of the DPDK library - this is my first post to this list. I?ve been experimenting with the various example applications, including ?skeleton? and ?kni?. I have been able to get ?skeleton? to work correctly, and observed good forwarding performance from it. I