[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1438322608-4688-1-git-send-email-makita.toshiaki@lab.ntt.co.jp>
Date: Fri, 31 Jul 2015 15:03:23 +0900
From: Toshiaki Makita <makita.toshiaki@....ntt.co.jp>
To: "David S . Miller" <davem@...emloft.net>,
Patrick McHardy <kaber@...sh.net>,
Stephen Hemminger <stephen@...workplumber.org>
Cc: Toshiaki Makita <makita.toshiaki@....ntt.co.jp>,
netdev@...r.kernel.org, bridge@...ts.linux-foundation.org
Subject: [PATCH net-next 0/4] Stacked vlan TSO for virtual devices
Basically virtual devices do not need to segment double tagged packets.
This patch set adds TSO feature for double tagged packets to several
virtual devices, which can be realized by simply setting
.ndo_features_check to passthru_features_check.
Toshiaki Makita (4):
macvlan: Don't segment multiple tagged packets on macvlan device
veth: Don't segment multiple tagged packets on veth device
bridge: Don't segment multiple tagged packets on bridge device
tuntap: Don't segment multiple tagged packets on tap device
drivers/net/macvlan.c | 1 +
drivers/net/tun.c | 1 +
drivers/net/veth.c | 1 +
net/bridge/br_device.c | 1 +
4 files changed, 4 insertions(+)
--
1.8.1.2
--
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