> -----Original Message----- > From: Wang, Haiyue <[email protected]> > Sent: Friday, October 23, 2020 10:10 AM > To: Andrew Rybchenko <[email protected]>; Lu, Wenzhuo > <[email protected]>; Xing, Beilei <[email protected]>; Iremonger, > Bernard <[email protected]>; Ray Kinsella <[email protected]>; > Neil Horman <[email protected]>; Guo, Jia <[email protected]>; > Thomas Monjalon <[email protected]>; Yigit, Ferruh > <[email protected]>; Andrew Rybchenko > <[email protected]> > Cc: [email protected] > Subject: RE: [PATCH 1/3] ethdev: remove API to config L2 tunnel EtherType > > > -----Original Message----- > > From: Andrew Rybchenko <[email protected]> > > Sent: Thursday, October 22, 2020 18:06 > > 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]>; Thomas Monjalon > <[email protected]>; > > Yigit, Ferruh <[email protected]>; Andrew Rybchenko > > <[email protected]> > > Cc: [email protected] > > Subject: [PATCH 1/3] ethdev: remove API to config L2 tunnel EtherType > > > > Remove rte_eth_dev_l2_tunnel_eth_type_conf() and corresponding > ethdev > > driver operation. > > > > Signed-off-by: Andrew Rybchenko <[email protected]> > > --- > > app/test-pmd/cmdline.c | 122 -------------------- > > doc/guides/nics/features.rst | 1 - > > doc/guides/rel_notes/deprecation.rst | 2 +- > > doc/guides/rel_notes/release_20_11.rst | 3 + > > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 - > > drivers/net/ixgbe/ixgbe_ethdev.c | 30 ----- > > Acked-by: Haiyue Wang <[email protected]> > > @Guo, Jia Even not supported via flow API, we should drop it firstly, what do > you think ? >
Not bad. Thanks Andrew. Acked-by: Jeff Guo <[email protected]> > > lib/librte_ethdev/rte_ethdev.c | 24 ---- > > lib/librte_ethdev/rte_ethdev.h | 19 --- > > lib/librte_ethdev/rte_ethdev_driver.h | 6 - > > lib/librte_ethdev/version.map | 1 - > > 10 files changed, 4 insertions(+), 208 deletions(-) > > > > > > > -- > > 2.17.1 >

