]> git.hungrycats.org Git - linux/commit
vdpa/mlx5: Fix wrong mac address deletion
authorEli Cohen <elic@nvidia.com>
Mon, 14 Nov 2022 13:17:54 +0000 (15:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2023 11:00:33 +0000 (12:00 +0100)
commit7d8f1b8338ccd2e71da977664276a8746207e1fa
tree055851d20ce2b4b51e664a57d67239e452f33a27
parent32b5a6681f37e44dacbcd5079a89c493728d4935
vdpa/mlx5: Fix wrong mac address deletion

[ Upstream commit 1ab53760d322c82fb4cb5e81b5817065801e3ec4 ]

Delete the old MAC from the table and not the new one which is not there
yet.

Fixes: baf2ad3f6a98 ("vdpa/mlx5: Add RX MAC VLAN filter support")
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Eli Cohen <elic@nvidia.com>
Message-Id: <20221114131759.57883-4-elic@nvidia.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/vdpa/mlx5/net/mlx5_vnet.c