[PATCH V2 3/7] net/mlx5: add new devargs to control probe optimization
Stephen Hemminger
stephen at networkplumber.org
Mon Oct 28 16:47:32 CET 2024
On Mon, 28 Oct 2024 11:18:18 +0200
"Minggang Li(Gavin)" <gavinl at nvidia.com> wrote:
> +- ``probe_opt_en`` parameter [int]
> +
> + A non-zero value optimizes the probe process, especially for large scale.
> + PMD will hold the IB device information internally and reuse it.
> +
> + By default, the PMD will set this value to 0.
> +
Is there ever a case where this should not be used?
It would be better to just detect and use it if available.
This driver does not need more options...
More information about the dev
mailing list