From 6739c4a37a7815666750da4e27cc6d8decbc4b2d Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Sun, 9 Oct 2022 22:19:31 +0200 Subject: [PATCH] doc: add Rx buffer split capability for mlx5 When adding buffer split feature to mlx in DPDK 20.11, it has been forgotten to fill the feature matrix. Fixes: 6c8f7f1c1877 ("net/mlx5: report Rx buffer split capabilities") Cc: stable@dpdk.org Signed-off-by: Thomas Monjalon Acked-by: Raslan Darawsheh --- doc/guides/nics/features/mlx5.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/mlx5.ini b/doc/guides/nics/features/mlx5.ini index 14f94b0cc9..62fd330e2b 100644 --- a/doc/guides/nics/features/mlx5.ini +++ b/doc/guides/nics/features/mlx5.ini @@ -15,6 +15,7 @@ Shared Rx queue = Y Burst mode info = Y Power mgmt address monitor = Y MTU update = Y +Buffer split on Rx = Y Scattered Rx = Y LRO = Y TSO = Y