[PATCH v2] ethdev: add support for flow action pop E-tag
Thomas Monjalon
thomas at monjalon.net
Wed Apr 23 02:03:52 CEST 2025
22/04/2025 07:53, kirankumark at marvell.com:
> Add support for the following OpenFlow-defined action.
>
> RTE_FLOW_ACTION_TYPE_OF_POP_ETAG: Pop E-tag from the packet.
I'm not sure about adding such action.
There is a more generic which should cover it:
RTE_FLOW_ACTION_TYPE_MODIFY_FIELD
The idea is to deprecate a lot of actions.
See doc/guides/rel_notes/deprecation.rst
More information about the dev
mailing list