Re: [PATCH v5 0/5] ethdev: modify field API for multiple headers

2023-06-01 Thread Ferruh Yigit
On 5/23/2023 10:31 PM, Michael Baum wrote: > This patch-set extend the modify field action API to support both > multiple MPLS and GENEVE option headers. > > In current API, the header type is provided by rte_flow_field_id > enumeration and the encapsulation level (inner/outer/tunnel) is > specifi

[PATCH v5 0/5] ethdev: modify field API for multiple headers

2023-05-23 Thread Michael Baum
This patch-set extend the modify field action API to support both multiple MPLS and GENEVE option headers. In current API, the header type is provided by rte_flow_field_id enumeration and the encapsulation level (inner/outer/tunnel) is specified by data.level field. However, there is no way to spe