[0/5] ptype matching support in mlx5

Message ID 20231009163617.3999365-1-akozyrev@nvidia.com (mailing list archive)
Headers
Series ptype matching support in mlx5 |

Message

Alexander Kozyrev Oct. 9, 2023, 4:36 p.m. UTC
  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
  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              |  38 ++++-
 drivers/net/mlx5/hws/mlx5dr_definer.c | 216 +++++++++++++++++++++++++-
 drivers/net/mlx5/hws/mlx5dr_definer.h |  10 ++
 drivers/net/mlx5/mlx5_flow.h          |   3 +
 drivers/net/mlx5/mlx5_flow_hw.c       |   1 +
 6 files changed, 254 insertions(+), 15 deletions(-)