]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Revert "net/mlx5: Add retry mechanism to the command entry index allocation"
authorMoshe Shemesh <moshe@nvidia.com>
Sun, 5 Dec 2021 09:20:59 +0000 (11:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 08:19:52 +0000 (09:19 +0100)
commit261f9917648efcc4d1ad6e3d1fa0163b5025c610
tree0986a0068f0cf5d4ee62804be5b8f494b2d5bef1
parent6926d427941a24f2294ef975df3ec8a69cb4f940
Revert "net/mlx5: Add retry mechanism to the command entry index allocation"

commit 4f6626b0e140867fd6d5a2e9d4ceaef97f10f46a upstream.

This reverts commit 410bd754cd73c4a2ac3856d9a03d7b08f9c906bf.

The reverted commit had added a retry mechanism to the command entry
index allocation. The previous patch ensures that there is a free
command entry index once the command work handler holds the command
semaphore. Thus the retry mechanism is not needed.

Fixes: 410bd754cd73 ("net/mlx5: Add retry mechanism to the command entry index allocation")
Signed-off-by: Moshe Shemesh <moshe@nvidia.com>
Reviewed-by: Eran Ben Elisha <eranbe@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/mellanox/mlx5/core/cmd.c