Re: [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API

2020-08-05 Thread Thomas Monjalon
> > > > Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016, > > > > and confirmed last year by avoiding include of rte_eth_ctrl.h. > > > > After 4 years, it is time to complete the removal of the API > > > > which is replaced with rte_flow. > > > > > > > > Signed-off-by: Thomas Monjalon

Re: [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API

2020-08-04 Thread David Marchand
On Mon, Aug 3, 2020 at 1:49 PM Thomas Monjalon wrote: > > Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016, > and confirmed last year by avoiding include of rte_eth_ctrl.h. > After 4 years, it is time to complete the removal of the API > which is replaced with rte_flow. > > Signed-of

Re: [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API

2020-08-03 Thread Ajit Khaparde
On Mon, Aug 3, 2020 at 4:57 AM Jerin Jacob wrote: > On Mon, Aug 3, 2020 at 5:24 PM Andrew Rybchenko > wrote: > > > > On 8/3/20 2:49 PM, Thomas Monjalon wrote: > > > Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016, > > > and confirmed last year by avoiding include of rte_eth_ctrl.h

Re: [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API

2020-08-03 Thread Jerin Jacob
On Mon, Aug 3, 2020 at 5:24 PM Andrew Rybchenko wrote: > > On 8/3/20 2:49 PM, Thomas Monjalon wrote: > > Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016, > > and confirmed last year by avoiding include of rte_eth_ctrl.h. > > After 4 years, it is time to complete the removal of the A

Re: [dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API

2020-08-03 Thread Andrew Rybchenko
On 8/3/20 2:49 PM, Thomas Monjalon wrote: > Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016, > and confirmed last year by avoiding include of rte_eth_ctrl.h. > After 4 years, it is time to complete the removal of the API > which is replaced with rte_flow. > > Signed-off-by: Thomas Mo

[dpdk-dev] [PATCH] doc: announce removal of legacy ethdev filtering API

2020-08-03 Thread Thomas Monjalon
Deprecation of rte_eth_dev_filter_ctrl() was announced in 2016, and confirmed last year by avoiding include of rte_eth_ctrl.h. After 4 years, it is time to complete the removal of the API which is replaced with rte_flow. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 3