DPDK patches and discussions
 help / color / mirror / Atom feed
From: Andrew Rybchenko <arybchenko@solarflare.com>
To: Jeff Guo <jia.guo@intel.com>, Haiyue Wang <haiyue.wang@intel.com>
Cc: <dev@dpdk.org>
Subject: [dpdk-dev] [PATCH 0/3] ethdev: remove L2 tunnel config API
Date: Thu, 22 Oct 2020 11:06:17 +0100	[thread overview]
Message-ID: <1603361181-21556-1-git-send-email-arybchenko@solarflare.com> (raw)

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(-)

-- 
2.17.1


             reply	other threads:[~2020-10-22 10:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22 10:06 Andrew Rybchenko [this message]
2020-10-22 10:06 ` [dpdk-dev] [PATCH 1/3] ethdev: remove API to config L2 tunnel EtherType Andrew Rybchenko
2020-10-23  2:09   ` Wang, Haiyue
2020-10-23  3:07     ` Guo, Jia
2020-10-22 10:06 ` [dpdk-dev] [PATCH 2/3] ethdev: remove L2 tunnel offload control API Andrew Rybchenko
2020-10-23  2:11   ` Wang, Haiyue
2020-10-23  3:07     ` Guo, Jia
2020-10-22 10:06 ` [dpdk-dev] [PATCH 3/3] ethdev: move L2 tunnel config structure to ixgbe driver Andrew Rybchenko
2020-10-23  2:12   ` Wang, Haiyue
2020-10-23  3:10     ` Guo, Jia
2020-10-29 22:49 ` [dpdk-dev] [PATCH 0/3] ethdev: remove L2 tunnel config API Ferruh Yigit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1603361181-21556-1-git-send-email-arybchenko@solarflare.com \
    --to=arybchenko@solarflare.com \
    --cc=dev@dpdk.org \
    --cc=haiyue.wang@intel.com \
    --cc=jia.guo@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).