> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Shahaf Shuler > Sent: Wednesday, April 17, 2019 11:11 AM > To: Thomas Monjalon <tho...@monjalon.net>; Wenzhuo Lu > <wenzhuo...@intel.com>; Jingjing Wu <jingjing...@intel.com>; Bernard > Iremonger <bernard.iremon...@intel.com>; Adrien Mazarguil > <adrien.mazarg...@6wind.com>; Hemant Agrawal > <hemant.agra...@nxp.com>; Shreyansh Jain <shreyansh.j...@nxp.com>; John > Daley <johnd...@cisco.com>; Hyong Youb Kim <hyon...@cisco.com>; Gaetan > Rivet <gaetan.ri...@6wind.com>; Beilei Xing <beilei.x...@intel.com>; Qi Zhang > <qi.z.zh...@intel.com>; Matan Azrad <ma...@mellanox.com>; Yongseok Koh > <ys...@mellanox.com>; Andrew Rybchenko <arybche...@solarflare.com>; > John McNamara <john.mcnam...@intel.com>; Pablo de Lara > <pablo.de.lara.gua...@intel.com>; Bruce Richardson > <bruce.richard...@intel.com>; Harry van Haaren > <harry.van.haa...@intel.com>; Xiaoyun Li <xiaoyun...@intel.com>; Ferruh Yigit > <ferruh.yi...@intel.com> > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] ethdev: deprecate legacy filter API > > 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, ETHERTYPE, > > FLEXIBLE, SYN, NTUPLE, TUNNEL, FDIR, HASH and L2_TUNNEL, is superseded > > by the generic flow API (rte_flow)". > > > > After a long wait of more than two years, the legacy filter API is > > marked as deprecated, while still tested with testpmd and the > > tep_termination example. > > > > The next step will be to announce a deadline for complete removal. > > As preparation of the removal of rte_eth_ctrl.h, RTE_ETH_FLOW_*, > > RTE_TUNNEL_TYPE_* and RTE_ETH_HASH_FUNCTION_* definitions are > moved to > > rte_ethdev.h and rte_flow.h. > > > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > Acked-by: Shahaf Shuler <shah...@mellanox.com>
Acked-by: Jerin Jacob <jer...@marvell.com>