net/mlx5: Remove redundant error on give pages
authorMoshe Shemesh <moshe@nvidia.com>
Wed, 2 Mar 2022 21:37:22 +0000 (23:37 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 9 Mar 2022 21:33:01 +0000 (13:33 -0800)
commit113fdaaad75a02f6de1c9a788be2ee1c27f2324a
tree6c2c21c681eb7f217e8022884664e6a949e4e052
parent4dac2f10ada00102b44bb0268d4fc164e84ed78f
net/mlx5: Remove redundant error on give pages

If give 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>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c