Re: [dpdk-dev] [PATCH] ethdev: deprecate legacy filter API

2019-04-18 Thread Ferruh Yigit
On 4/18/2019 6:58 PM, Ajit Khaparde wrote: > On Tue, Apr 16, 2019 at 5:37 PM Thomas Monjalon wrote: > >> As stated in the deprecation notice from December 2016, >> "the legacy filter API, including rte_eth_dev_filter_supported(), >> rte_eth_dev_filter_ctrl() as well as filter types MACVLAN, ETHER

Re: [dpdk-dev] [PATCH] ethdev: deprecate legacy filter API

2019-04-18 Thread Ajit Khaparde
On Tue, Apr 16, 2019 at 5:37 PM Thomas Monjalon wrote: > As stated in the deprecation notice from December 2016, > "the legacy filter API, including rte_eth_dev_filter_supported(), > rte_eth_dev_filter_ctrl() as well as filter types MACVLAN, ETHERTYPE, > FLEXIBLE, SYN, NTUPLE, TUNNEL, FDIR, HASH

Re: [dpdk-dev] [PATCH] ethdev: deprecate legacy filter API

2019-04-18 Thread Adrien Mazarguil
On Wed, Apr 17, 2019 at 02:36:27AM +0200, Thomas Monjalon wrote: > As stated in the deprecation notice from December 2016, > "the legacy filter API, including rte_eth_dev_filter_supported(), > rte_eth_dev_filter_ctrl() as well as filter types MACVLAN, ETHERTYPE, > FLEXIBLE, SYN, NTUPLE, TUNNEL, FDI

Re: [dpdk-dev] [PATCH] ethdev: deprecate legacy filter API

2019-04-17 Thread Stephen Hemminger
On Wed, 17 Apr 2019 02:36:27 +0200 Thomas Monjalon wrote: > As stated in the deprecation notice from December 2016, > "the legacy filter API, including rte_eth_dev_filter_supported(), > rte_eth_dev_filter_ctrl() as well as filter types MACVLAN, ETHERTYPE, > FLEXIBLE, SYN, NTUPLE, TUNNEL, FDIR, HA

Re: [dpdk-dev] [PATCH] ethdev: deprecate legacy filter API

2019-04-16 Thread Jerin Jacob Kollanukkaran
g Youb Kim ; Gaetan > Rivet ; Beilei Xing ; Qi Zhang > ; Matan Azrad ; Yongseok Koh > ; Andrew Rybchenko ; > John McNamara ; Pablo de Lara > ; Bruce Richardson > ; Harry van Haaren > ; Xiaoyun Li ; Ferruh Yigit > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] ethdev: dep

Re: [dpdk-dev] [PATCH] ethdev: deprecate legacy filter API

2019-04-16 Thread Andrew Rybchenko
On 4/17/19 8:41 AM, Shahaf Shuler wrote: Wednesday, April 17, 2019 3:36 AM, Thomas Monjalon: Subject: [PATCH] ethdev: deprecate legacy filter API As stated in the deprecation notice from December 2016, "the legacy filter API, including rte_eth_dev_filter_supported(), rte_eth_dev_filter_ctrl() a

Re: [dpdk-dev] [PATCH] ethdev: deprecate legacy filter API

2019-04-16 Thread Shahaf Shuler
Wednesday, April 17, 2019 3:36 AM, Thomas Monjalon: > Subject: [PATCH] ethdev: deprecate legacy filter API > > As stated in the deprecation notice from December 2016, "the legacy filter > API, including rte_eth_dev_filter_supported(), > rte_eth_dev_filter_ctrl() as well as filter types MACVLAN, ET

[dpdk-dev] [PATCH] ethdev: deprecate legacy filter API

2019-04-16 Thread Thomas Monjalon
As stated in the deprecation notice from December 2016, "the legacy filter API, including rte_eth_dev_filter_supported(), rte_eth_dev_filter_ctrl() as well as filter types MACVLAN, ETHERTYPE, FLEXIBLE, SYN, NTUPLE, TUNNEL, FDIR, HASH and L2_TUNNEL, is superseded by the generic flow API (rte_flow)".