]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitabb31c157d845117dd0378c77cf9d2d7bd40622a
tree6c2c21c681eb7f217e8022884664e6a949e4e052
parent6e9510e26a8e22a50b5a2656d28808d72c4e173b
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