Skip to content

Commit

Permalink
vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
Browse files Browse the repository at this point in the history
This entry was duplicated on referenced commit. Removing it.

Fixes: 4023784 ("vhost-vdpa: multiqueue support")
Signed-off-by: Hawkins Jiawei <yin31149@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
JiaweiHawk authored and Michael Tokarev committed Jul 8, 2023
1 parent b697a48 commit aee9701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/vhost-vdpa.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const int vdpa_feature_bits[] = {
VIRTIO_NET_F_CTRL_RX_EXTRA,
VIRTIO_NET_F_CTRL_VLAN,
VIRTIO_NET_F_CTRL_MAC_ADDR,
VIRTIO_NET_F_RSS,
VIRTIO_NET_F_MQ,
VIRTIO_NET_F_CTRL_VQ,
VIRTIO_F_IOMMU_PLATFORM,
Expand Down

0 comments on commit aee9701

Please sign in to comment.