Skip to content

Commit 7874348

Browse files
Revert "vdpa/mlx5: fix error code for deleting vlan"
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2169174 Upstream Status: RHEL only SVQ can not work with vlan filtering and support VLAN in SVQ is not a high priority now, so need to revert these commit in rhel9.2 This reverts commit 32aa785. Signed-off-by: Cindy Lu <lulu@redhat.com>
1 parent 223f234 commit 7874348

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/vdpa/mlx5/net/mlx5_vnet.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,6 @@ static virtio_net_ctrl_ack handle_ctrl_vlan(struct mlx5_vdpa_dev *mvdev, u8 cmd)
18401840

18411841
id = mlx5vdpa16_to_cpu(mvdev, vlan);
18421842
mac_vlan_del(ndev, ndev->config.mac, id, true);
1843-
status = VIRTIO_NET_OK;
18441843
break;
18451844
default:
18461845
break;

0 commit comments

Comments
 (0)