diff options
author | Maher Sanalla <msanalla@nvidia.com> | 2023-01-23 00:24:56 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-14 21:11:47 +0300 |
commit | ee128b700fd0c6689785196577d00ec968857e8e (patch) | |
tree | 11481382d86f67135b690639dc51e7f48e77e248 /drivers/char | |
parent | bbdfebb08ff5eb67ae65539c8cbb728c8f246552 (diff) | |
download | linux-ee128b700fd0c6689785196577d00ec968857e8e.tar.xz |
net/mlx5: Expose SF firmware pages counter
[ Upstream commit 9965bbebae59b3563a4d95e4aed121e8965dfdc2 ]
Currently, each core device has VF pages counter which stores number of
fw pages used by its VFs and SFs.
The current design led to a hang when performing firmware reset on DPU,
where the DPU PFs stalled in sriov unload flow due to waiting on release
of SFs pages instead of waiting on only VFs pages.
Thus, Add a separate counter for SF firmware pages, which will prevent
the stall scenario described above.
Fixes: 1958fc2f0712 ("net/mlx5: SF, Add auxiliary device driver")
Signed-off-by: Maher Sanalla <msanalla@nvidia.com>
Reviewed-by: Shay Drory <shayd@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions