OSDN Git Service

vdpa/mlx5: Fix wrong mac address deletion
authorEli Cohen <elic@nvidia.com>
Mon, 14 Nov 2022 13:17:54 +0000 (15:17 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 28 Dec 2022 10:28:09 +0000 (05:28 -0500)
commit1ab53760d322c82fb4cb5e81b5817065801e3ec4
tree5353828b1064baa1ed3e2736937dc8dca8c8d64b
parent5aec804936bbff182081f1cdc271fcb76af1a4ff
vdpa/mlx5: Fix wrong mac address deletion

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>
drivers/vdpa/mlx5/net/mlx5_vnet.c