diff options
| -rw-r--r-- | drivers/net/virtio_net.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 43f6523c40be..63ef2a8905fb 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | #include <linux/virtio.h> | 24 | #include <linux/virtio.h> |
| 25 | #include <linux/virtio_net.h> | 25 | #include <linux/virtio_net.h> |
| 26 | #include <linux/scatterlist.h> | 26 | #include <linux/scatterlist.h> |
| 27 | #include <linux/if_vlan.h> | ||
| 27 | 28 | ||
| 28 | static int napi_weight = 128; | 29 | static int napi_weight = 128; |
| 29 | module_param(napi_weight, int, 0444); | 30 | module_param(napi_weight, int, 0444); |
| @@ -33,7 +34,7 @@ module_param(csum, bool, 0444); | |||
| 33 | module_param(gso, bool, 0444); | 34 | module_param(gso, bool, 0444); |
| 34 | 35 | ||
| 35 | /* FIXME: MTU in config. */ | 36 | /* FIXME: MTU in config. */ |
| 36 | #define MAX_PACKET_LEN (ETH_HLEN+ETH_DATA_LEN) | 37 | #define MAX_PACKET_LEN (ETH_HLEN + VLAN_HLEN + ETH_DATA_LEN) |
| 37 | #define GOOD_COPY_LEN 128 | 38 | #define GOOD_COPY_LEN 128 |
| 38 | 39 | ||
| 39 | struct virtnet_info | 40 | struct virtnet_info |
