Skip to content

Commit 223f234

Browse files
Revert "vdpa/mlx5: clean up indenting in handle_ctrl_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 eca7333. Signed-off-by: Cindy Lu <lulu@redhat.com>
1 parent a90aa98 commit 223f234

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/vdpa/mlx5/net/mlx5_vnet.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,10 +1843,10 @@ static virtio_net_ctrl_ack handle_ctrl_vlan(struct mlx5_vdpa_dev *mvdev, u8 cmd)
18431843
status = VIRTIO_NET_OK;
18441844
break;
18451845
default:
1846-
break;
1847-
}
1846+
break;
1847+
}
18481848

1849-
return status;
1849+
return status;
18501850
}
18511851

18521852
static void mlx5_cvq_kick_handler(struct work_struct *work)

0 commit comments

Comments
 (0)