]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Remove redundant error on reclaim pages
authorMoshe Shemesh <moshe@nvidia.com>
Wed, 26 Jan 2022 04:37:23 +0000 (06:37 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 9 Mar 2022 21:33:01 +0000 (13:33 -0800)
commite2497556a2e92d7a96fc5f0402bb05b7e23fba0d
tree5cd7cf85e3caedde82b27adc47a60ac426278abf
parent69bfe8c2cf9cd7c7494da69a7732a64c92668685
net/mlx5: Remove redundant error on reclaim pages

If reclaim pages was triggered by FW event and FW failed the command,
the driver should ignore as FW is aware and will handle it.

The downstream patch will add a debugfs counter on this flow for
debuggability.

Signed-off-by: Moshe Shemesh <moshe@nvidia.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c