projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d994653
)
ixgbe: fix ntuple support
author
Emil Tantilov
<
[email protected]
>
Wed, 1 Dec 2010 05:47:05 +0000
(
05:47
+0000)
committer
Jeff Kirsher
<
[email protected]
>
Sat, 11 Dec 2010 06:12:55 +0000
(22:12 -0800)
commit
f62bbb5e62c6e4a91fb222d22bc46e8d4d7e59ef
ixgbe: Update ixgbe to use new vlan accleration.
removed ETH_FLAG_NTUPLE from the supported flags.
This patch puts it back on to allow for setting ntuple via ethtool.
CC: Jesse Gross <
[email protected]
>
Signed-off-by: Emil Tantilov <
[email protected]
>
Tested-by: Stephen Ko <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ixgbe/ixgbe_ethtool.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/ixgbe_ethtool.c
b/drivers/net/ixgbe/ixgbe_ethtool.c
index 90a740d77e5d279fe425e50fcf0af7f7d0173615..f2245ac750344a0c590c4d8a652ad59882930356 100644
(file)
--- a/
drivers/net/ixgbe/ixgbe_ethtool.c
+++ b/
drivers/net/ixgbe/ixgbe_ethtool.c
@@
-2202,7
+2202,7
@@
static int ixgbe_set_flags(struct net_device *netdev, u32 data)
need_reset = (data & ETH_FLAG_RXVLAN) !=
(netdev->features & NETIF_F_HW_VLAN_RX);
- rc = ethtool_op_set_flags(netdev, data, ETH_FLAG_LRO |
+ rc = ethtool_op_set_flags(netdev, data, ETH_FLAG_LRO |
ETH_FLAG_NTUPLE |
ETH_FLAG_RXVLAN | ETH_FLAG_TXVLAN);
if (rc)
return rc;