]> 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)
commit69bfe8c2cf9cd7c7494da69a7732a64c92668685
tree6c2c21c681eb7f217e8022884664e6a949e4e052
parent3552122c2764ff864cfdb088e06c52d0287c3cde
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