From 261d96b29e27aa69bd39ad76432f8a50c50ba817 Mon Sep 17 00:00:00 2001 From: Gregory Etelson Date: Thu, 16 Jun 2022 11:43:14 +0300 Subject: [PATCH] doc: fix flow integrity hardware support in mlx5 guide Current MLX5 PMD documentation says that entire `ConnectX-6` family supports flow integrity feature. Flow integrity offload is not supported on vanilla `ConnectX-6`. It is available on `ConnectX-6 Dx`, `ConnectX-6 Lx` and `BlueField 2`. Fixes: 79f8952783d0 ("net/mlx5: support integrity flow item") Cc: stable@dpdk.org Signed-off-by: Gregory Etelson Acked-by: Viacheslav Ovsiienko --- doc/guides/nics/mlx5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 915467d58a..bc2bd2c8a6 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -476,7 +476,7 @@ Limitations - Integrity: - - Integrity offload is enabled for **ConnectX-6** family. + - Integrity offload is enabled starting from **ConnectX-6 Dx**. - Verification bits provided by the hardware are ``l3_ok``, ``ipv4_csum_ok``, ``l4_ok``, ``l4_csum_ok``. - ``level`` value 0 references outer headers. - Multiple integrity items not supported in a single flow rule. -- 2.39.5