[dpdk-dev] [PATCH 1/3] ethdev: remove API to config L2 tunnel EtherType

Wang, Haiyue haiyue.wang at intel.com
Fri Oct 23 04:09:48 CEST 2020


> -----Original Message-----
> From: Andrew Rybchenko <arybchenko at solarflare.com>
> Sent: Thursday, October 22, 2020 18:06
> To: Lu, Wenzhuo <wenzhuo.lu at intel.com>; Xing, Beilei <beilei.xing at intel.com>; Iremonger, Bernard
> <bernard.iremonger at intel.com>; Ray Kinsella <mdr at ashroe.eu>; Neil Horman <nhorman at tuxdriver.com>; Guo,
> Jia <jia.guo at intel.com>; Wang, Haiyue <haiyue.wang at intel.com>; Thomas Monjalon <thomas at monjalon.net>;
> Yigit, Ferruh <ferruh.yigit at intel.com>; Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> Cc: dev at 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 <arybchenko at 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.wang at 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



More information about the dev mailing list