DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] ethdev: remove not supported flow actions
@ 2022-09-29  9:22 Andrew Rybchenko
  2022-09-29  9:22 ` [PATCH 1/4] ethdev: remove deprecated flow action to set MPLS TTL Andrew Rybchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Andrew Rybchenko @ 2022-09-29  9:22 UTC (permalink / raw)
  To: Thomas Monjalon, Ferruh Yigit, Ori Kam; +Cc: dev

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-10-04  1:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29  9:22 [PATCH 0/4] ethdev: remove not supported flow actions Andrew Rybchenko
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

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