Add support for RTE_FLOW_ITEM_TYPE_PTYPE in mlx5 PMD. Alexander Kozyrev (3): net/mlx5: add support for ptype match in hardware steering net/mlx5/hws: add support for fragmented ptype match doc: add packet type matching item to release notes
Michael Baum (1): doc: add PMD ptype item limitations doc/guides/nics/features/mlx5.ini | 1 + doc/guides/nics/mlx5.rst | 15 ++ doc/guides/rel_notes/release_23_11.rst | 5 + drivers/net/mlx5/hws/mlx5dr_definer.c | 195 +++++++++++++++++++++++++ drivers/net/mlx5/hws/mlx5dr_definer.h | 9 ++ drivers/net/mlx5/mlx5_flow.h | 3 + drivers/net/mlx5/mlx5_flow_hw.c | 1 + 7 files changed, 229 insertions(+) -- 2.18.2