[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1376681102-19753-1-git-send-email-vyasevic@redhat.com>
Date: Fri, 16 Aug 2013 15:24:59 -0400
From: Vlad Yasevich <vyasevic@...hat.com>
To: netdev@...r.kernel.org
Cc: mst@...hat.com, Vlad Yasevich <vyasevic@...hat.com>
Subject: [PATCH v4 0/3] Correctly perform offloads when VNET_HDR is disabled
Changes since v3:
- The main change here is that instead of mucking around with checksum bits,
we instead treat macvtap as macvlan+tap each with separate feature sets.
tap_features identify the features of only the 'tap' part and we only use
them when forwarding, essentially making the 'tap' part a pseudo-device.
To properly handle GSO, we always set NETIF_F_SG | NETIF_F_GSO on the
'tap' part.
- The rest of the set is mostly the same in that we allow user to change
tap offload features whether VNET_HDR is set or cleared.
- When VNET_HDR is disabled, we ignore user specified tap offloads. This
is now a separate patch so that if there are disagreements, it can
be easily dropped.
Vlad Yasevich (3):
macvtap: simplify usage of tap_features
macvtap: Correctly set tap features when IFF_VNET_HDR is disabled.
macvtap: Ignore tap features when VNET_HDR is off
drivers/net/macvtap.c | 33 ++++++++++++++++++++++++---------
1 file changed, 24 insertions(+), 9 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