Count flow action is supported on root table with HW Steering flow engine with upstream drivers/libraries and drivers/libraries packaged with recently released DOCA. This patch updates relevant docs with minimum DOCA version.
Signed-off-by: Dariusz Sosnowski <[email protected]> Acked-by: Bing Zhao <[email protected]> --- doc/guides/nics/mlx5.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index b393aa5f0e..46d95b4e71 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -2763,8 +2763,8 @@ With :ref:`HW steering <mlx5_hws>`: #. Using count action on root tables requires: - - Linux kernel >= 6.4 - - rdma-core >= 60.0 + - Linux kernel >= 6.4 and rdma-core >= 60.0 for upstream drivers/libraries or, + - DOCA >= 3.2.0 for drivers/libraries provided by NVIDIA. .. _mlx5_age: -- 2.39.5

