Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103509
b: refs/heads/master
c: 5e4fe5c
h: refs/heads/master
i:
  103507: e47f2b7
v: v3
  • Loading branch information
Mark McLoughlin authored and Jeff Garzik committed Jul 11, 2008
1 parent 302a82e commit 65c30fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6eb5a7f1dbd56883680290f6a0bd2d8d15f8ff58
refs/heads/master: 5e4fe5c45ac6dda534c362e29bd4eb39f4d9cba8
3 changes: 2 additions & 1 deletion trunk/drivers/net/virtio_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,8 @@ static struct virtio_device_id id_table[] = {
};

static unsigned int features[] = {
VIRTIO_NET_F_CSUM, VIRTIO_NET_F_GSO, VIRTIO_NET_F_MAC,
VIRTIO_NET_F_CSUM, VIRTIO_NET_F_GUEST_CSUM,
VIRTIO_NET_F_GSO, VIRTIO_NET_F_MAC,
VIRTIO_NET_F_HOST_TSO4, VIRTIO_NET_F_HOST_UFO, VIRTIO_NET_F_HOST_TSO6,
VIRTIO_NET_F_HOST_ECN, VIRTIO_F_NOTIFY_ON_EMPTY,
};
Expand Down

0 comments on commit 65c30fe

Please sign in to comment.