Re: [dpdk-dev] [PATCH] net/nfp: support new HW offloads API

2018-04-06 Thread Ferruh Yigit
On 3/15/2018 2:30 PM, Alejandro Lucero wrote: > In next 18.05 the old hw offload API will be removed. This patch adds > support for just the new hw offload API. > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH] net/nfp: support new HW offloads API

2018-04-03 Thread Ferruh Yigit
On 3/31/2018 5:53 PM, Alejandro Lucero wrote: > > > On Tue, Mar 27, 2018 at 7:25 PM, Ferruh Yigit > wrote: > > On 3/15/2018 2:30 PM, Alejandro Lucero wrote: > > In next 18.05 the old hw offload API will be removed. This patch adds > > support for just

Re: [dpdk-dev] [PATCH] net/nfp: support new HW offloads API

2018-03-31 Thread Alejandro Lucero
On Tue, Mar 27, 2018 at 7:25 PM, Ferruh Yigit wrote: > On 3/15/2018 2:30 PM, Alejandro Lucero wrote: > > In next 18.05 the old hw offload API will be removed. This patch adds > > support for just the new hw offload API. > > > > Signed-off-by: Alejandro Lucero > > <...> > > > - if (rxmode->en

Re: [dpdk-dev] [PATCH] net/nfp: support new HW offloads API

2018-03-27 Thread Ferruh Yigit
On 3/15/2018 2:30 PM, Alejandro Lucero wrote: > In next 18.05 the old hw offload API will be removed. This patch adds > support for just the new hw offload API. > > Signed-off-by: Alejandro Lucero <...> > - if (rxmode->enable_scatter) { > + if (!(rxmode->offloads & DEV_RX_OFFLOAD_CRC_ST

[dpdk-dev] [PATCH] net/nfp: support new HW offloads API

2018-03-15 Thread Alejandro Lucero
In next 18.05 the old hw offload API will be removed. This patch adds support for just the new hw offload API. Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 294 ++ drivers/net/nfp/nfp_net_pmd.h | 6 +- 2 files changed, 217 insertio