From 6c9f58ba3b79202655e6156eb1dab3a2d2e0b51e Mon Sep 17 00:00:00 2001 From: Sridhar Samudrala Date: Thu, 22 Oct 2009 17:43:49 +0100 Subject: Enable UFO on virtio-net and tap devices Enable UFO on the host tap device if supported and allow setting UFO on virtio-net in the guest. Signed-off-by: Sridhar Samudrala Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- tap-linux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tap-linux.h') diff --git a/tap-linux.h b/tap-linux.h index 241cf836a4..d81c65081f 100644 --- a/tap-linux.h +++ b/tap-linux.h @@ -36,6 +36,7 @@ #define TUN_F_TSO4 0x02 /* I can handle TSO for IPv4 packets */ #define TUN_F_TSO6 0x04 /* I can handle TSO for IPv6 packets */ #define TUN_F_TSO_ECN 0x08 /* I can handle TSO with ECN bits. */ +#define TUN_F_UFO 0x10 /* I can handle UFO packets */ struct virtio_net_hdr { -- cgit v1.2.3