Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-07-02 Thread Thomas Monjalon
29/06/2018 03:11, Thomas Monjalon: > 09/06/2018 00:41, Ferruh Yigit: > > Cc: Shahaf Shuler > > > > Signed-off-by: Ferruh Yigit > > I start working on it. > This is the list of remaining work on this patch: > - rebase > - add commit message (and fix title) > - check git grep ET

Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-28 Thread Thomas Monjalon
09/06/2018 00:41, Ferruh Yigit: > Cc: Shahaf Shuler > > Signed-off-by: Ferruh Yigit I start working on it. This is the list of remaining work on this patch: - rebase - add commit message (and fix title) - check git grep ETH_TXQ_FLAGS_NO - check git grep txq_flags

Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-11 Thread Ferruh Yigit
On 6/11/2018 12:35 PM, Shahaf Shuler wrote: > Monday, June 11, 2018 2:26 PM, Ananyev, Konstantin: >> Cc: dev@dpdk.org >> Subject: Re: [dpdk-dev] [RFC] ethdev: remove all offload API >>> Subject: Re: [RFC] ethdev: remove all offload API >>> >>> On 6/11/2

Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-11 Thread Shahaf Shuler
Monday, June 11, 2018 2:26 PM, Ananyev, Konstantin: > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [RFC] ethdev: remove all offload API > > Subject: Re: [RFC] ethdev: remove all offload API > > > > On 6/11/2018 12:00 PM, Shahaf Shuler wrote: > > > Hi Ferruh,

Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-11 Thread Ferruh Yigit
On 6/11/2018 12:26 PM, Ananyev, Konstantin wrote: > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Monday, June 11, 2018 12:18 PM >> To: Shahaf Shuler ; Andrew Rybchenko >> ; Jerin Jacob >> ; Lu, Wenzhuo ; Wu, >> Jingjing ; Iremonger, >> Bernard ; Mcnamara, John >> ; Kovacevic

Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-11 Thread Ananyev, Konstantin
> -Original Message- > From: Yigit, Ferruh > Sent: Monday, June 11, 2018 12:18 PM > To: Shahaf Shuler ; Andrew Rybchenko > ; Jerin Jacob > ; Lu, Wenzhuo ; Wu, > Jingjing ; Iremonger, > Bernard ; Mcnamara, John > ; Kovacevic, Marko > ; Neil Horman ; Horton, > Remy ; Ori Kam > ; Richard

Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-11 Thread Ferruh Yigit
On 6/11/2018 12:00 PM, Shahaf Shuler wrote: > Hi Ferruh, > > Thanks for this patch. > > Monday, June 11, 2018 12:10 PM, Ferruh Yigit: >> Subject: Re: [RFC] ethdev: remove all offload API >> >> On 6/9/2018 9:04 AM, Andrew Rybchenko wrote: >>> On 06/09/2018 01:41 AM, Ferruh Yigit wrote: Cc: S

Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-11 Thread Shahaf Shuler
Hi Ferruh, Thanks for this patch. Monday, June 11, 2018 12:10 PM, Ferruh Yigit: > Subject: Re: [RFC] ethdev: remove all offload API > > On 6/9/2018 9:04 AM, Andrew Rybchenko wrote: > > On 06/09/2018 01:41 AM, Ferruh Yigit wrote: > >> Cc: Shahaf Shuler > >> > >> Signed-off-by: Ferruh Yigit > >

Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-11 Thread Ferruh Yigit
On 6/9/2018 9:04 AM, Andrew Rybchenko wrote: > On 06/09/2018 01:41 AM, Ferruh Yigit wrote: >> Cc: Shahaf Shuler >> >> Signed-off-by: Ferruh Yigit >> --- > > <...> > >> diff --git a/app/test-eventdev/test_perf_common.c >> b/app/test-eventdev/test_perf_common.c >> index d00f91802..9fe042ffe 1006

Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-09 Thread Andrew Rybchenko
On 06/09/2018 01:41 AM, Ferruh Yigit wrote: Cc: Shahaf Shuler Signed-off-by: Ferruh Yigit --- <...> diff --git a/app/test-eventdev/test_perf_common.c b/app/test-eventdev/test_perf_common.c index d00f91802..9fe042ffe 100644 --- a/app/test-eventdev/test_perf_common.c +++ b/app/test-eventdev

Re: [dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-08 Thread Ferruh Yigit
On 6/8/2018 11:41 PM, Ferruh Yigit wrote: > Cc: Shahaf Shuler > > Signed-off-by: Ferruh Yigit Correction: Patch title should be "*old* offloading API", not *all* J [RFC] ethdev: remove old offload API

[dpdk-dev] [RFC] ethdev: remove all offload API

2018-06-08 Thread Ferruh Yigit
Cc: Shahaf Shuler Signed-off-by: Ferruh Yigit --- app/test-eventdev/test_perf_common.c | 6 -- app/test-eventdev/test_pipeline_common.c | 1 - app/test-pmd/testpmd.c | 3 - doc/guides/nics/features.rst | 1 - doc/