Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225005
b: refs/heads/master
c: 5136cad
h: refs/heads/master
i:
  225003: 3219a96
v: v3
  • Loading branch information
Emil Tantilov authored and Jeff Kirsher committed Dec 11, 2010
1 parent 87283b5 commit ef13709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d994653db465616a7bf27703e733170c47488cdf
refs/heads/master: 5136cad37b276e3e11c4f8ad0bcf9cb2eec0e5af
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ef13709

Please sign in to comment.