Support integrity flow item in MLX5 PMD. Integrity flow item was described in commit b10a421a1f3b ("ethdev: add packet integrity check flow rules")
Gregory Etelson (4): ethdev: fix integrity flow item net/mlx5: update PRM definitions net/mlx5: support integrity flow item doc: add MLX5 PMD integrity item limitations doc/guides/nics/mlx5.rst | 15 ++ drivers/common/mlx5/mlx5_devx_cmds.c | 31 +++- drivers/common/mlx5/mlx5_devx_cmds.h | 1 + drivers/common/mlx5/mlx5_prm.h | 35 +++- drivers/net/mlx5/mlx5_flow.c | 25 +++ drivers/net/mlx5/mlx5_flow.h | 26 +++ drivers/net/mlx5/mlx5_flow_dv.c | 258 +++++++++++++++++++++++++++ lib/ethdev/rte_flow.c | 1 + lib/ethdev/rte_flow.h | 9 + 9 files changed, 395 insertions(+), 6 deletions(-) Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> -- 2.31.1