DPDK patches and discussions
 help / color / mirror / Atom feed
From: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
To: Thomas Monjalon <thomas@monjalon.net>,
	Ferruh Yigit <ferruh.yigit@xilinx.com>,
	Ori Kam <orika@nvidia.com>
Cc: dev@dpdk.org
Subject: [PATCH 0/4] ethdev: remove not supported flow actions
Date: Thu, 29 Sep 2022 12:22:52 +0300	[thread overview]
Message-ID: <20220929092256.3901308-1-andrew.rybchenko@oktetlabs.ru> (raw)

Process deprecation notice to remove RTE flow API actions which
are not actually supported by any PMD.

Andrew Rybchenko (4):
  ethdev: remove deprecated flow action to set MPLS TTL
  ethdev: remove deprecated flow action to decrement MPLS TTL
  ethdev: remove deprecated flow action to set layer 3 TTL
  ethdev: remove deprecated flow actions to copy TTL

 app/test-pmd/cmdline_flow.c                   | 80 -----------------
 doc/guides/prog_guide/rte_flow.rst            | 86 -------------------
 doc/guides/rel_notes/deprecation.rst          |  4 -
 doc/guides/rel_notes/release_22_11.rst        |  5 ++
 drivers/net/bnxt/tf_ulp/ulp_rte_handler_tbl.c | 20 -----
 lib/ethdev/rte_flow.c                         |  7 --
 lib/ethdev/rte_flow.h                         | 83 ------------------
 7 files changed, 5 insertions(+), 280 deletions(-)

-- 
2.30.2


             reply	other threads:[~2022-09-29  9:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-29  9:22 Andrew Rybchenko [this message]
2022-09-29  9:22 ` [PATCH 1/4] ethdev: remove deprecated flow action to set MPLS TTL Andrew Rybchenko
2022-09-29 16:23   ` Ajit Khaparde
2022-09-29  9:22 ` [PATCH 2/4] ethdev: remove deprecated flow action to decrement " Andrew Rybchenko
2022-09-29 16:23   ` Ajit Khaparde
2022-09-29  9:22 ` [PATCH 3/4] ethdev: remove deprecated flow action to set layer 3 TTL Andrew Rybchenko
2022-09-29 16:24   ` Ajit Khaparde
2022-09-29  9:22 ` [PATCH 4/4] ethdev: remove deprecated flow actions to copy TTL Andrew Rybchenko
2022-09-29 16:24   ` Ajit Khaparde
2022-09-29 12:04 ` [PATCH 0/4] ethdev: remove not supported flow actions Ori Kam
2022-10-04  1:07   ` 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=20220929092256.3901308-1-andrew.rybchenko@oktetlabs.ru \
    --to=andrew.rybchenko@oktetlabs.ru \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@xilinx.com \
    --cc=orika@nvidia.com \
    --cc=thomas@monjalon.net \
    /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).