[dpdk-dev] Client Server Application using DPDK API

2016-03-15 Thread Vivek Gupta
packet. Thanks & Regards Vivek Gupta -Original Message- From: Bruce Richardson [mailto:bruce.richard...@intel.com] Sent: Tuesday, March 15, 2016 4:12 PM To: Vivek Gupta Cc: dev at dpdk.org Subject: Re: [dpdk-dev] Client Server Application using DPDK API On Tue, Mar 15, 2016 at 0

[dpdk-dev] Client Server Application using DPDK API

2016-03-15 Thread Bruce Richardson
fer. When working with a packet in an mbuf, the data_len is the value you want. /Bruce > > Thanks & regards > Vivek Gupta > > -Original Message- > From: Remy Horton [mailto:remy.horton at intel.com] > Sent: Wednesday, March 09, 2016 10:14 PM > To: Viv

[dpdk-dev] Client Server Application using DPDK API

2016-03-15 Thread Vivek Gupta
ev] Client Server Application using DPDK API 'noon, On 09/03/2016 08:45, Vivek Gupta wrote: > Hi > > I want to write a Client Server application using DPDK API on a single > machine. What are the basic building block for that. How can we write > such application? exam

[dpdk-dev] Client Server Application using DPDK API

2016-03-09 Thread Remy Horton
'noon, On 09/03/2016 08:45, Vivek Gupta wrote: > Hi > > I want to write a Client Server application using DPDK API on a > single machine. What are the basic building block for that. How can > we write such application? examples/l2fwd/main.c and examples/ethtool/ethtool-app/main.c are probably th

[dpdk-dev] Client Server Application using DPDK API

2016-03-09 Thread Vivek Gupta
Hi I want to write a Client Server application using DPDK API on a single machine. What are the basic building block for that. How can we write such application? I have installed the DPDK and able to run sample program. Any help is highly appreciated on this. Thanks & Regards Vivek Gupta ::