v2: Add MLX5 PMD integrity item support to 21.05 release notes. Use RTE_BIT64() macro in RTE_FLOW_ITEM_INTEGRITY_* definition.
v3: Remove RTE_FLOW_ITEM_INTEGRITY_* bit masks. Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> 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 support doc/guides/nics/mlx5.rst | 15 ++ doc/guides/rel_notes/release_21_02.rst | 1 + drivers/common/mlx5/mlx5_devx_cmds.c | 31 ++- drivers/common/mlx5/mlx5_devx_cmds.h | 1 + drivers/common/mlx5/mlx5_prm.h | 37 ++- drivers/net/mlx5/mlx5_flow.h | 29 +++ drivers/net/mlx5/mlx5_flow_dv.c | 311 +++++++++++++++++++++++++ lib/ethdev/rte_flow.c | 1 + 8 files changed, 419 insertions(+), 7 deletions(-) -- 2.31.1