mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
virtio_net: enable v1.0 support
Now that we have completed 1.0 support, enable it in our driver. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
7e93a02fec
commit
9465a7a6f1
1 changed files with 1 additions and 0 deletions
|
@ -2004,6 +2004,7 @@ static unsigned int features[] = {
|
|||
VIRTIO_NET_F_GUEST_ANNOUNCE, VIRTIO_NET_F_MQ,
|
||||
VIRTIO_NET_F_CTRL_MAC_ADDR,
|
||||
VIRTIO_F_ANY_LAYOUT,
|
||||
VIRTIO_F_VERSION_1,
|
||||
};
|
||||
|
||||
static struct virtio_driver virtio_net_driver = {
|
||||
|
|
Loading…
Reference in a new issue