> -----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 2/3] ethdev: remove L2 tunnel offload control API > > Remove rte_eth_dev_l2_tunnel_offload_set() and corresponding > ethdev driver operation. > > Signed-off-by: Andrew Rybchenko <[email protected]> > --- > app/test-pmd/cmdline.c | 455 -------------------- > doc/guides/nics/features.rst | 2 - > doc/guides/rel_notes/deprecation.rst | 6 - > doc/guides/rel_notes/release_20_11.rst | 3 +- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 - > drivers/net/ixgbe/ixgbe_ethdev.c | 333 --------------
Acked-by: Haiyue Wang <[email protected]> @Jeff Even not supported via flow API, we should drop it firstly, what do you think ? > lib/librte_ethdev/rte_ethdev.c | 32 -- > lib/librte_ethdev/rte_ethdev.h | 30 -- > lib/librte_ethdev/rte_ethdev_driver.h | 9 - > lib/librte_ethdev/version.map | 1 - > 10 files changed, 2 insertions(+), 876 deletions(-) > 2.17.1

