Re: [PATCH v5 5/5] ethdev: add MPLS header modification support

2023-06-01 Thread Ferruh Yigit
On 5/23/2023 10:31 PM, Michael Baum wrote: > Add support for MPLS modify header using "RTE_FLOW_FIELD_MPLS" id. > > Since MPLS heaser might appear more the one time in inner/outer/tunnel, header, fixed while merging. > a new field was added to "rte_flow_action_modify_data" structure in > additio

[PATCH v5 5/5] ethdev: add MPLS header modification support

2023-05-23 Thread Michael Baum
Add support for MPLS modify header using "RTE_FLOW_FIELD_MPLS" id. Since MPLS heaser might appear more the one time in inner/outer/tunnel, a new field was added to "rte_flow_action_modify_data" structure in addition to "level" field. The "tag_index" field is the index of the header inside encapsul