aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>2015-03-27 14:31:10 +0900
committerDavid S. Miller <davem@davemloft.net>2015-03-29 13:33:21 -0700
commit8d463504c191c2126d097ac94fb258aabe6d3e62 (patch)
treee991def61970a02e7c36b1f00ef421bdb72ebd4a /net/core/dev.c
parenttc: bpf: generalize pedit action (diff)
downloadlinux-dev-8d463504c191c2126d097ac94fb258aabe6d3e62.tar.xz
linux-dev-8d463504c191c2126d097ac94fb258aabe6d3e62.zip
vlan: Add features for stacked vlan device
Stacked vlan devices curretly have few features (GRO, HIGHDMA, LLTX). Since we have software fallbacks in case the NIC can not handle some features for multiple vlans, we can add the same features as the lower vlan devices for stacked vlan devices. This allows stacked vlan devices to create large (GSO) packets and not to segment packets. Those packets will be segmented by software on the real device, or even can be segmented by the NIC once TSO for multiple vlans becomes enabled by the following patches. The exception is those related to FCoE, which does not have a software fallback. Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions