Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265938
b: refs/heads/master
c: 473e64e
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Sep 16, 2011
1 parent 59eed0f commit 5a5490a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 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: 815c7db5c809ea3d5735de3131ecdf758b0e14ff
refs/heads/master: 473e64ee4603671efa1e0785418e56e9ffdfc47b
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/freescale/gianfar_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1676,6 +1676,7 @@ static int gfar_get_cls_all(struct gfar_private *priv,
}

cmd->data = MAX_FILER_IDX;
cmd->rule_cnt = i;

return 0;
}
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -2283,6 +2283,8 @@ static int ixgbe_get_ethtool_fdir_all(struct ixgbe_adapter *adapter,
cnt++;
}

cmd->rule_cnt = cnt;

return 0;
}

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/sun/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -7299,6 +7299,8 @@ static int niu_get_ethtool_tcam_all(struct niu *np,
}
niu_unlock_parent(np, flags);

nfc->rule_cnt = cnt;

return ret;
}

Expand Down
6 changes: 3 additions & 3 deletions trunk/include/linux/ethtool.h
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,9 @@ struct ethtool_rx_flow_spec {
*
* For %ETHTOOL_GRXCLSRLALL, @rule_cnt specifies the array size of the
* user buffer for @rule_locs on entry. On return, @data is the size
* of the rule table and @rule_locs contains the locations of the
* defined rules. Drivers must use the second parameter to get_rxnfc()
* instead of @rule_locs.
* of the rule table, @rule_cnt is the number of defined rules, and
* @rule_locs contains the locations of the defined rules. Drivers
* must use the second parameter to get_rxnfc() instead of @rule_locs.
*
* For %ETHTOOL_SRXCLSRLINS, @fs specifies the rule to add or update.
* @fs.@location specifies the location to use and must not be ignored.
Expand Down

0 comments on commit 5a5490a

Please sign in to comment.