mbox

[0/4] ethdev: remove not supported flow actions

Message ID 20220929092256.3901308-1-andrew.rybchenko@oktetlabs.ru (mailing list archive)
Headers

Message

Andrew Rybchenko Sept. 29, 2022, 9:22 a.m. UTC
  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(-)