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: sta...@dpdk.org Signed-off-by: Thomas Monjalon <tho...@monjalon.net> --- 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 e5974063c8..216ad4b440 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 -- 2.36.1