mbox

[v1,0/2] add IPv6 extension push remove

Message ID 20230524073929.400623-1-rongweil@nvidia.com (mailing list archive)
Headers

Message

Rongwei Liu May 24, 2023, 7:39 a.m. UTC
  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(-)