> -----Original Message----- > From: Andrew Rybchenko <[email protected]> > Sent: Sunday, October 18, 2020 22:09 > To: Lu, Wenzhuo <[email protected]>; Xing, Beilei <[email protected]>; > Iremonger, Bernard > <[email protected]>; Ray Kinsella <[email protected]>; Neil Horman > <[email protected]>; Guo, > Jia <[email protected]>; Wang, Haiyue <[email protected]>; Rasesh Mody > <[email protected]>; Shahed > Shaikh <[email protected]> > Cc: [email protected] > Subject: [PATCH 10/14] ethdev: remove legacy L2_TUNNEL filter type support > > RTE flow API should be used for filtering. > > Preserve RTE_ETH_FILTER_L2_TUNNEL since it is used in drivers > internally in RTE flow API support. > > rte_eth_l2_tunnel_conf structure is used in other ethdev API > functions. > > Signed-off-by: Andrew Rybchenko <[email protected]> > --- > app/test-pmd/cmdline.c | 123 --------------------------- > doc/guides/rel_notes/deprecation.rst | 3 +- > drivers/net/ixgbe/ixgbe_ethdev.c | 48 ----------- > drivers/net/qede/qede_filter.c | 1 - > 4 files changed, 1 insertion(+), 174 deletions(-)
For ixgbe PMD, Acked-by: Haiyue Wang <[email protected]> > 2.17.1

