[dpdk-dev] sending and receiving packets

2013-10-18 Thread Gopi Krishna B
On Thu, Oct 17, 2013 at 6:27 PM, Gal Sagie wrote: > Assigning an IP is a function of the network stack, DPDK and the NIC does > not need to be aware of that. > DPDK is just used to poll packets from the NIC and insert them into the > network stack start point inside rump kernels > > In the tcp_ht

[dpdk-dev] sending and receiving packets

2013-10-18 Thread Gal Sagie
You need to make sure you don't bind the ssh interface to DPDK (If you are using version prior to DPDK1.4 you need to blacklist your ssh interface before running the example you can see how here => https://github.com/anttikantee/dpdk-rumptcpip/wiki/DPDK-important-points) Gal. On Fri, Oct 18, 20

[dpdk-dev] sending and receiving packets

2013-10-18 Thread Gopi Krishna B
On Fri, Oct 18, 2013 at 1:40 PM, Gal Sagie wrote: > You need to make sure you don't bind the ssh interface to DPDK > (If you are using version prior to DPDK1.4 you need to blacklist your ssh > interface before running the example > you can see how here => > https://github.com/anttikantee/dpdk-rum