RE: [PATCH v2] net/mlx5: fix index choosing in TAG modification

2024-01-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Monday, November 27, 2023 6:01 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; Ori Kam > ; Suanming Mou ; Gregory > Etelson ; sta...@dpdk.org > Subject: [PATCH v2] net/mlx5

[PATCH v2] net/mlx5: fix index choosing in TAG modification

2023-11-27 Thread Michael Baum
When MPLS modification support was added [1], the "tag_index" field was added into "rte_flow_action_modify_data" structure. As part of this change, the "RTE_FLOW_FIELD_TAG" type moved to use it for tag array instead of using "level" field. Using "level" is still supported for backwards compatibilit