[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-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-17 Thread Gal Sagie
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_http_get example it is assumed you are connected to a DHCP server

[dpdk-dev] sending and receiving packets

2013-10-17 Thread Prashant Upadhyaya
out of the kernel. The kernel interacts over sockets with tcpclient/server as usual. Regards -Prashant -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gopi Krishna B Sent: Wednesday, October 16, 2013 8:13 PM To: dev at dpdk.org Subject: [dpdk-dev] sending and

[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-17 Thread Gal Sagie
nel interacts over sockets with tcpclient/server as > usual. > > Regards > -Prashant > > > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Gopi Krishna B > Sent: Wednesday, October 16, 2013 8:13 PM > To: dev at dpdk.org > Subject:

[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