> -----Original Message----- > From: Andrew Rybchenko <arybche...@solarflare.com> > Sent: Thursday, October 22, 2020 18:06 > To: Lu, Wenzhuo <wenzhuo...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; > Iremonger, Bernard > <bernard.iremon...@intel.com>; Ray Kinsella <m...@ashroe.eu>; Neil Horman > <nhor...@tuxdriver.com>; Guo, > Jia <jia....@intel.com>; Wang, Haiyue <haiyue.w...@intel.com>; Thomas > Monjalon <tho...@monjalon.net>; > Yigit, Ferruh <ferruh.yi...@intel.com>; Andrew Rybchenko > <andrew.rybche...@oktetlabs.ru> > Cc: dev@dpdk.org > 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 <arybche...@solarflare.com> > --- > 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 <haiyue.w...@intel.com> @Guo, Jia Even not supported via flow API, we should drop it firstly, what do you think ? > 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