net/mlx5: Allow 0 for total host VFs
authorDaniel Jurgens <danielj@nvidia.com>
Mon, 10 Jul 2023 21:28:10 +0000 (00:28 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Aug 2023 16:27:28 +0000 (18:27 +0200)
commita824d012ad8f736459398e9c1d5bc0f034c72e5e
treefc455c07b1a8be6a74f7936a7f90f3289d1b0d55
parentab06983c5bbdacbcc9c03c6d9ae8138620924188
net/mlx5: Allow 0 for total host VFs

commit 2dc2b3922d3c0f52d3a792d15dcacfbc4cc76b8f upstream.

When querying eswitch functions 0 is a valid number of host VFs. After
introducing ARM SRIOV falling through to getting the max value from PCI
results in using the total VFs allowed on the ARM for the host.

Fixes: 86eec50beaf3 ("net/mlx5: Support querying max VFs from device");
Signed-off-by: Daniel Jurgens <danielj@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/mellanox/mlx5/core/sriov.c