Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Wednesday, October 25, 2023 11:51 PM > To: dev@dpdk.org > Cc: Ori Kam <or...@nvidia.com>; Matan Azrad <ma...@nvidia.com>; Michael > Baum <michae...@nvidia.com>; Alex Vesker <va...@nvidia.com>; Suanming > Mou <suanmi...@nvidia.com>; Slava Ovsiienko <viachesl...@nvidia.com>; > Erez Shitrit <ere...@nvidia.com> > Subject: [PATCH v4 0/4] ptype matching support in mlx5 > > 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
Series applied to next-net-mlx, Squashed the last two patches into first as they need to be with the same patch that introduced the feature. Kindest regards, Raslan Darawsheh