Re: [dpdk-dev] [PATCH] net/thunderx: add support for hardware first skip feature

2018-06-11 Thread Jerin Jacob
-Original Message- > Date: Mon, 28 May 2018 18:27:04 +0530 > From: rkudurumalla > To: dev@dpdk.org > CC: Rakesh Kudurumalla > Subject: [dpdk-dev] [PATCH] net/thunderx: add support for hardware first > skip feature > X-Mailer: git-send-email 2.7.4 > > This

Re: [dpdk-dev] [PATCH] net/thunderx: add support for hardware first skip feature

2018-05-31 Thread Ferruh Yigit
On 5/30/2018 7:41 AM, Rakesh K wrote: > > > On Monday 28 May 2018 07:14 PM, Ferruh Yigit wrote: >> On 5/28/2018 1:57 PM, rkudurumalla wrote: >>> This feature is used to create a hole between HEADROOM >>> and actual data.Size of hole is specified in bytes as >>> module param to pmd >> >> Can't mbu

Re: [dpdk-dev] [PATCH] net/thunderx: add support for hardware first skip feature

2018-05-29 Thread Rakesh K
On Monday 28 May 2018 07:14 PM, Ferruh Yigit wrote: > On 5/28/2018 1:57 PM, rkudurumalla wrote: >> This feature is used to create a hole between HEADROOM >> and actual data.Size of hole is specified in bytes as >> module param to pmd > > Can't mbuf private area be used? It is between HEADROOM a

Re: [dpdk-dev] [PATCH] net/thunderx: add support for hardware first skip feature

2018-05-28 Thread Ferruh Yigit
On 5/28/2018 1:57 PM, rkudurumalla wrote: > This feature is used to create a hole between HEADROOM > and actual data.Size of hole is specified in bytes as > module param to pmd Can't mbuf private area be used? It is between HEADROOM and mbuf header. > > Signed-off-by: Rakesh Kudurumalla <...>

[dpdk-dev] [PATCH] net/thunderx: add support for hardware first skip feature

2018-05-28 Thread rkudurumalla
This feature is used to create a hole between HEADROOM and actual data.Size of hole is specified in bytes as module param to pmd Signed-off-by: Rakesh Kudurumalla --- doc/guides/nics/thunderx.rst | 26 drivers/net/thunderx/base/nicvf_hw.c | 12 ++ drivers/net/thunderx/ba