]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/mlx5: Fix wrong address reclaim when command interface is down
authorEran Ben Elisha <eranbe@nvidia.com>
Thu, 3 Dec 2020 04:39:43 +0000 (20:39 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Dec 2020 09:18:54 +0000 (10:18 +0100)
commit67633216cc548d9a9beccab244e80e8b209c5ad8
treeb1858de834fc551c6f840fff86c61853485f962f
parent7b74d12a6585d8efa675283cd1e139019ccc4afc
net/mlx5: Fix wrong address reclaim when command interface is down

[ Upstream commit 1d2bb5ad89f47d8ce8aedc70ef85059ab3870292 ]

When command interface is down, driver to reclaim all 4K page chucks that
were hold by the Firmeware. Fix a bug for 64K page size systems, where
driver repeatedly released only the first chunk of the page.

Define helper function to fill 4K chunks for a given Firmware pages.
Iterate over all unreleased Firmware pages and call the hepler per each.

Fixes: 5adff6a08862 ("net/mlx5: Fix incorrect page count when in internal error")
Signed-off-by: Eran Ben Elisha <eranbe@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c