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