git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2dec11
)
netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature flag for switch device offloads
author
Roopa Prabhu
<roopa@cumulusnetworks.com>
Fri, 30 Jan 2015 06:40:11 +0000
(22:40 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 2 Feb 2015 07:16:33 +0000
(23:16 -0800)
This is a high level feature flag for all switch asic offloads
switch drivers set this flag on switch ports. Logical devices like
bridge, bonds, vxlans can inherit this flag from their slaves/ports.
The patch also adds the flag to NETIF_F_ONE_FOR_ALL, so that it gets
propagated to the upperdevices (bridges and bonds).
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdev_features.h
patch
|
blob
|
history
diff --cc
include/linux/netdev_features.h
Simple merge