Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-25 Thread Thomas Monjalon
16/10/2019 12:20, Jerin Jacob: > On Wed, 16 Oct, 2019, 3:46 PM Ferruh Yigit, wrote: > > > On 10/16/2019 11:08 AM, Jerin Jacob wrote: > > > > > > > > > On Wed, 16 Oct, 2019, 3:32 PM Ferruh Yigit, > > > wrote: > > > > > > On 10/15/2019 5:19 PM, Jerin Jacob wrote:

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-16 Thread Jerin Jacob
On Wed, 16 Oct, 2019, 3:46 PM Ferruh Yigit, wrote: > On 10/16/2019 11:08 AM, Jerin Jacob wrote: > > > > > > On Wed, 16 Oct, 2019, 3:32 PM Ferruh Yigit, > > wrote: > > > > On 10/15/2019 5:19 PM, Jerin Jacob wrote: > > > On Tue, Oct 15, 2019 at 9:26 PM Ferruh

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-16 Thread Ferruh Yigit
On 10/16/2019 11:08 AM, Jerin Jacob wrote: > > > On Wed, 16 Oct, 2019, 3:32 PM Ferruh Yigit, > wrote: > > On 10/15/2019 5:19 PM, Jerin Jacob wrote: > > On Tue, Oct 15, 2019 at 9:26 PM Ferruh Yigit > wrote: > >> >

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-16 Thread Jerin Jacob
On Wed, 16 Oct, 2019, 3:32 PM Ferruh Yigit, wrote: > On 10/15/2019 5:19 PM, Jerin Jacob wrote: > > On Tue, Oct 15, 2019 at 9:26 PM Ferruh Yigit > wrote: > >> > >> On 10/15/2019 3:16 PM, Jerin Jacob wrote: > >>> @@ -36,13 +36,6 @@ VMDq = > >>> SR-IOV = > >>

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-16 Thread Ferruh Yigit
On 10/15/2019 5:19 PM, Jerin Jacob wrote: > On Tue, Oct 15, 2019 at 9:26 PM Ferruh Yigit wrote: >> >> On 10/15/2019 3:16 PM, Jerin Jacob wrote: >>> @@ -36,13 +36,6 @@ VMDq = >>> SR-IOV = >>> DCB = >>> VLAN filter = >

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-15 Thread Ajit Khaparde
On Tue, Oct 15, 2019 at 9:19 AM Jerin Jacob wrote: > On Tue, Oct 15, 2019 at 9:26 PM Ferruh Yigit > wrote: > > > > On 10/15/2019 3:16 PM, Jerin Jacob wrote: > > > @@ -36,13 +36,6 @@ VMDq = > > > SR-IOV = > > > DCB = > > > VLAN

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-15 Thread Jerin Jacob
On Tue, Oct 15, 2019 at 9:26 PM Ferruh Yigit wrote: > > On 10/15/2019 3:16 PM, Jerin Jacob wrote: > > @@ -36,13 +36,6 @@ VMDq = > > SR-IOV = > > DCB = > > VLAN filter = > > -Ethertype filter = > > -N-tuple fi

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-15 Thread Ferruh Yigit
On 10/15/2019 3:16 PM, Jerin Jacob wrote: > @@ -36,13 +36,6 @@ VMDq = > SR-IOV = > DCB = > VLAN filter = > -Ethertype filter = > -N-tuple filter = > -SYN filter = > -Tunnel filter

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-15 Thread Jerin Jacob
> >>> @@ -36,13 +36,6 @@ VMDq = > >>> SR-IOV = > >>> DCB = > >>> VLAN filter = > >>> -Ethertype filter = > >>> -N-tuple filter = > >>> -SYN filter = > >>> -Tunnel filter= > >>> -Flexible filter = > >>> -H

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-15 Thread Ferruh Yigit
On 10/15/2019 1:31 PM, Andrew Rybchenko wrote: > Cc Adrien > > On 10/15/19 2:08 PM, Yigit, Ferruh wrote: >> On 7/30/2019 4:57 PM, Thomas Monjalon wrote: >>> As legacy filter API "filter_ctrl" is superseded since 2017 >>> by the rte_flow API, and got the deprecated attribute in DPDK 19.05, >>> it i

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-15 Thread Andrew Rybchenko
Cc Adrien On 10/15/19 2:08 PM, Yigit, Ferruh wrote: On 7/30/2019 4:57 PM, Thomas Monjalon wrote: As legacy filter API "filter_ctrl" is superseded since 2017 by the rte_flow API, and got the deprecated attribute in DPDK 19.05, it is time to remove the associated features from the matrix. Not doc

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-10-15 Thread Yigit, Ferruh
On 7/30/2019 4:57 PM, Thomas Monjalon wrote: > As legacy filter API "filter_ctrl" is superseded since 2017 > by the rte_flow API, and got the deprecated attribute in DPDK 19.05, > it is time to remove the associated features from the matrix. > Not documenting deprecated features as supported will a

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-08-06 Thread Thomas Monjalon
> > > > As legacy filter API "filter_ctrl" is superseded since 2017 by the > > > > rte_flow API, and got the deprecated attribute in DPDK 19.05, it is > > > > time to remove the associated features from the matrix. > > > > Not documenting deprecated features as supported will avoid confusion. > > >

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-07-31 Thread Thomas Monjalon
31/07/2019 11:45, David Marchand: > On Tue, Jul 30, 2019 at 5:58 PM Thomas Monjalon wrote: > > > > As legacy filter API "filter_ctrl" is superseded since 2017 > > by the rte_flow API, and got the deprecated attribute in DPDK 19.05, > > it is time to remove the associated features from the matrix.

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-07-31 Thread Ajit Khaparde
; Rasesh Mody > > ; Shahed Shaikh > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features > > > > On 7/30/19 6:57 PM, Thomas Monjalon wrote: > > > As legacy filter API "filter_ctrl" is superseded since 2017 by

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-07-31 Thread Jerin Jacob Kollanukkaran
Xing ; Qi Zhang ; > Wenzhuo Lu ; Rosen Xu ; > Konstantin Ananyev ; Shahaf Shuler > ; Yongseok Koh ; > Viacheslav Ovsiienko ; Rasesh Mody > ; Shahed Shaikh > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features > > On 7/30/19

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-07-31 Thread David Marchand
On Tue, Jul 30, 2019 at 5:58 PM Thomas Monjalon wrote: > > As legacy filter API "filter_ctrl" is superseded since 2017 > by the rte_flow API, and got the deprecated attribute in DPDK 19.05, > it is time to remove the associated features from the matrix. > Not documenting deprecated features as sup

Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-07-31 Thread Andrew Rybchenko
On 7/30/19 6:57 PM, Thomas Monjalon wrote: As legacy filter API "filter_ctrl" is superseded since 2017 by the rte_flow API, and got the deprecated attribute in DPDK 19.05, it is time to remove the associated features from the matrix. Not documenting deprecated features as supported will avoid con

[dpdk-dev] [PATCH] doc: remove deprecated ethdev features

2019-07-30 Thread Thomas Monjalon
As legacy filter API "filter_ctrl" is superseded since 2017 by the rte_flow API, and got the deprecated attribute in DPDK 19.05, it is time to remove the associated features from the matrix. Not documenting deprecated features as supported will avoid confusion. Signed-off-by: Thomas Monjalon ---