mbox series

[0/3] ethdev: remove L2 tunnel config API

Message ID 1603361181-21556-1-git-send-email-arybchenko@solarflare.com (mailing list archive)
Headers
Series ethdev: remove L2 tunnel config API |

Message

Andrew Rybchenko Oct. 22, 2020, 10:06 a.m. UTC
  Dispite of the deprecation notice I'm not 100% sure that corresponding
functionality is supported via flow API. Since the functionality is
supported by the net/ixgbe driver only, it is a question to maintainers.

The patch series should be applied on top of [1].

[1] https://patches.dpdk.org/project/dpdk/list/?series=13207

Andrew Rybchenko (3):
  ethdev: remove API to config L2 tunnel EtherType
  ethdev: remove L2 tunnel offload control API
  ethdev: move L2 tunnel config structure to ixgbe driver

 app/test-pmd/cmdline.c                      | 577 --------------------
 doc/guides/nics/features.rst                |   3 -
 doc/guides/rel_notes/deprecation.rst        |   6 -
 doc/guides/rel_notes/release_20_11.rst      |   4 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  11 -
 drivers/net/ixgbe/ixgbe_ethdev.c            | 375 +------------
 drivers/net/ixgbe/ixgbe_ethdev.h            |  16 +-
 drivers/net/ixgbe/ixgbe_flow.c              |  42 +-
 lib/librte_ethdev/rte_eth_ctrl.h            |  11 -
 lib/librte_ethdev/rte_ethdev.c              |  56 --
 lib/librte_ethdev/rte_ethdev.h              |  49 --
 lib/librte_ethdev/rte_ethdev_driver.h       |  15 -
 lib/librte_ethdev/version.map               |   2 -
 13 files changed, 45 insertions(+), 1122 deletions(-)
  

Comments

Ferruh Yigit Oct. 29, 2020, 10:49 p.m. UTC | #1
On 10/22/2020 11:06 AM, Andrew Rybchenko wrote:
> Dispite of the deprecation notice I'm not 100% sure that corresponding
> functionality is supported via flow API. Since the functionality is
> supported by the net/ixgbe driver only, it is a question to maintainers.
> 
> The patch series should be applied on top of [1].
> 
> [1] https://patches.dpdk.org/project/dpdk/list/?series=13207
> 
> Andrew Rybchenko (3):
>    ethdev: remove API to config L2 tunnel EtherType
>    ethdev: remove L2 tunnel offload control API
>    ethdev: move L2 tunnel config structure to ixgbe driver
> 

for series,
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Series applied to dpdk-next-net/main, thanks.