]> 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)
commit211e66a77cdbc9f7d7419a5e5f65c96e3cb81ead
tree5cd7cf85e3caedde82b27adc47a60ac426278abf
parentabb31c157d845117dd0378c77cf9d2d7bd40622a
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