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)
commit8d564292a16628812ca02b28018836098fbe3d53
tree5cd7cf85e3caedde82b27adc47a60ac426278abf
parent113fdaaad75a02f6de1c9a788be2ee1c27f2324a
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