[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

[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-17 Thread Gopi Krishna B
On Thu, Oct 17, 2013 at 3:01 PM, Gal Sagie wrote: > Rump kernels is a flexible kernel architecture which runs in user space > and is a very interesting project, you can read more about it > here => http://www.netbsd.org/docs/rump/#rump-about > It is currently part of the NetBSD source tree. > > A

[dpdk-dev] sending and receiving packets

2013-10-16 Thread Gopi Krishna B
Hi, I have DPDK 1.5 configured on my machine, I have also configured the rump kernel tcpip stack. Now, to check whether the setup works, I started *TCP Server application*on another machine and connected the LAN cable to the port which is controlled by DPDK. And I am running *TCP client applicatio