Re: [PATCH 3/3] macvtap: add GSO/csum offload support
From: David Miller <davem@davemloft.net>
Date: 2010-02-18 22:11:23
From: David Miller <davem@davemloft.net>
Date: 2010-02-18 22:11:23
From: Arnd Bergmann <arnd@arndb.de> Date: Thu, 18 Feb 2010 16:48:17 +0100
Added flags field to macvtap_queue to enable/disable processing of virtio_net_hdr via IFF_VNET_HDR. This flag is checked to prepend virtio_net_hdr in the receive path and process/skip virtio_net_hdr in the send path. Original patch by Sridhar, further changes by Arnd. Signed-off-by: Sridhar Samudrala <redacted> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Applied.