[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1371653272-11703-1-git-send-email-vyasevic@redhat.com>
Date: Wed, 19 Jun 2013 10:47:50 -0400
From: Vlad Yasevich <vyasevic@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, mst@...hat.com, jasowang@...hat.com,
Vlad Yasevich <vyasevic@...hat.com>
Subject: [PATCH net-next 0/2] macvtap: Add support for offload control
Currently macvtap does not allow control of offload functionality via
TUNSETOFFLOAD ioctl. However, this is the ioctl that qemu uses when
attempting to control offload functionality. This patch series adds
the ability to control offloads via the ioctl above.
It also adds necessary code to macvtap to perform segmentation upon
forwarding the packets to tap. This is needed if offloads on the
macvtap interface are disabled, but lower-level device still performs
GRO.
Vlad Yasevich (2):
macvtap: Let TUNSETOFFLOAD actually controll offload features.
macvtap: Perform GSO on forwarding path.
drivers/net/macvlan.c | 9 +++++++
drivers/net/macvtap.c | 67 ++++++++++++++++++++++++++++++++++++++++++++--
include/linux/if_macvlan.h | 1 +
3 files changed, 75 insertions(+), 2 deletions(-)
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists