> -----Original Message----- > From: Andrew Rybchenko <[email protected]> > Sent: Sunday, October 18, 2020 22:09 > To: Guo, Jia <[email protected]>; Wang, Haiyue <[email protected]>; > Thomas Monjalon > <[email protected]>; Yigit, Ferruh <[email protected]>; Andrew > Rybchenko > <[email protected]> > Cc: [email protected] > Subject: [PATCH 05/14] ethdev: move flexible filter type to e1000 driver > > net/e1000 driver is the only user of the struct rte_eth_flex_filter > and helper defines. Move it to the driver and use igb_ prefix > instead of rte_eth_. > > Signed-off-by: Andrew Rybchenko <[email protected]> > --- > drivers/net/e1000/e1000_ethdev.h | 22 +++++++++++++++++-- > drivers/net/e1000/igb_ethdev.c | 2 +- > drivers/net/e1000/igb_flow.c | 36 ++++++++++++++++---------------- > lib/librte_ethdev/rte_eth_ctrl.h | 19 ----------------- > 4 files changed, 39 insertions(+), 40 deletions(-)
Acked-by: Haiyue Wang <[email protected]> > 2.17.1

