> -----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]> > Cc: [email protected] > Subject: [PATCH 04/14] ethdev: remove legacy flexible filter type support > > RTE flow API should be used for filtering. > > Temporarily preserve helper defines in public interface. > > Signed-off-by: Andrew Rybchenko <[email protected]> > --- > app/test-pmd/cmdline.c | 195 --------------------------- > doc/guides/rel_notes/deprecation.rst | 2 +- > drivers/net/e1000/igb_ethdev.c | 104 --------------
For igb PMD, Acked-by: Haiyue Wang <[email protected]> > drivers/net/qede/qede_filter.c | 1 - > drivers/net/sfc/sfc_ethdev.c | 3 - > 5 files changed, 1 insertion(+), 304 deletions(-) > 2.17.1

