Add new rte_actions to push and remove the specific type of IPv6 extension to and from original packets.
v1: Split the PMD implementation, add a description into release notes. Rongwei Liu (2): ethdev: add IPv6 extension push remove action app/testpmd: add IPv6 extension push remove cli app/test-pmd/cmdline_flow.c | 443 ++++++++++++++++++++++++- doc/guides/prog_guide/rte_flow.rst | 21 ++ doc/guides/rel_notes/release_23_07.rst | 6 + lib/ethdev/rte_flow.c | 2 + lib/ethdev/rte_flow.h | 52 +++ 5 files changed, 523 insertions(+), 1 deletion(-) -- 2.27.0