[dpdk-dev] [PATCH v2] net/mlx5: allow meta modifications in legacy mode

2021-10-27 Thread Alexander Kozyrev
The MODIFY_FIELD RTE action rejects copy to/from metadata in case of the legacy mode extensive flow metadata support. It is not consistent with SET_META action that has no such restriction imposed. Registers A or B are used for META in legacy mode. Allow meta modifications in legacy mode as well.

[dpdk-dev] [PATCH v2] net/mlx5: allow meta modifications in legacy mode

2021-10-26 Thread Alexander Kozyrev
The MODIFY_FIELD RTE action rejects copy to/from metadata in case of the legacy mode extensive flow metadata support. It is not consistent with SET_META action that has no such restriction imposed. Registers A or B are used for META in legacy mode. Allow meta modifications in legacy mode as well.