[PATCH v3 0/7] ptype matching support in mlx5
Alexander Kozyrev
akozyrev at nvidia.com
Tue Oct 24 19:51:25 CEST 2023
Add support for RTE_FLOW_ITEM_TYPE_PTYPE in mlx5 PMD.
Alexander Kozyrev (5):
ethdev: fix ESP packet type description
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
net/mlx5/hws: fix integrity bits level
Michael Baum (2):
doc: add PMD ptype item limitations
net/mlx5/hws: remove csum check from L3 ok check
doc/guides/nics/features/mlx5.ini | 1 +
doc/guides/nics/mlx5.rst | 26 +++-
doc/guides/rel_notes/release_23_11.rst | 4 +
drivers/net/mlx5/hws/mlx5dr_definer.c | 207 ++++++++++++++++++++++++-
drivers/net/mlx5/hws/mlx5dr_definer.h | 9 ++
drivers/net/mlx5/mlx5_flow.h | 3 +
drivers/net/mlx5/mlx5_flow_hw.c | 1 +
lib/mbuf/rte_mbuf_ptype.h | 4 +-
8 files changed, 242 insertions(+), 13 deletions(-)
--
2.18.2
More information about the dev
mailing list