Re: [dpdk-dev] [PATCH 1/2] net/mrvl: switch to the new Rx offload API

2018-01-23 Thread Tomasz Duszynski
Hi Ferruh, On Mon, Jan 22, 2018 at 05:53:45PM +, Ferruh Yigit wrote: > On 1/22/2018 12:04 PM, Tomasz Duszynski wrote: > > Since the old Rx offload API is now depracated > > update the driver to use the latest one. > > > > Signed-off-by: Tomasz Duszynski > > <...> > > > @@ -1308,6 +1313,42 @@

Re: [dpdk-dev] [PATCH 1/2] net/mrvl: switch to the new Rx offload API

2018-01-22 Thread Ferruh Yigit
On 1/22/2018 12:04 PM, Tomasz Duszynski wrote: > Since the old Rx offload API is now depracated > update the driver to use the latest one. > > Signed-off-by: Tomasz Duszynski <...> > @@ -1308,6 +1313,42 @@ mrvl_fill_bpool(struct mrvl_rxq *rxq, int num) > } > > /** > + * Check whether reques

[dpdk-dev] [PATCH 1/2] net/mrvl: switch to the new Rx offload API

2018-01-22 Thread Tomasz Duszynski
Since the old Rx offload API is now depracated update the driver to use the latest one. Signed-off-by: Tomasz Duszynski --- drivers/net/mrvl/mrvl_ethdev.c | 73 ++ 1 file changed, 59 insertions(+), 14 deletions(-) diff --git a/drivers/net/mrvl/mrvl_ethdev