> -----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]>; Andrew Rybchenko > <[email protected]>; Thomas Monjalon > <[email protected]>; Yigit, Ferruh <[email protected]> > Cc: [email protected] > Subject: [PATCH 06/14] ethdev: remove legacy SYN filter type support > > RTE flow API should be used for filtering. > > Move corresponding definitions to ethdev internal driver API > since it is used by drivers internally. > Preserve RTE_ETH_FILTER_SYN because of it as well. > > Signed-off-by: Andrew Rybchenko <[email protected]> > --- > app/test-pmd/cmdline.c | 95 --------------------------- > doc/guides/rel_notes/deprecation.rst | 2 +- > drivers/net/e1000/igb_ethdev.c | 70 -------------------- > drivers/net/ixgbe/ixgbe_ethdev.c | 66 ------------------- > drivers/net/qede/qede_filter.c | 1 - > drivers/net/sfc/sfc_ethdev.c | 3 - > lib/librte_ethdev/rte_eth_ctrl.h | 11 ---- > lib/librte_ethdev/rte_ethdev_driver.h | 10 +++ > 8 files changed, 11 insertions(+), 247 deletions(-) >
For e1000, ixgbe PMDs, Acked-by: Haiyue Wang <[email protected]> > -- > 2.17.1

