Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265936
b: refs/heads/master
c: 434495c
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Sep 16, 2011
1 parent 76f8254 commit 693646f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 9927c893f4442f5045a919ff7c78113ded9c709e
refs/heads/master: 434495c50ea786b89eca7f7af2bac424658a76ee
7 changes: 3 additions & 4 deletions trunk/include/linux/ethtool.h
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,9 @@ struct ethtool_flow_ext {
* includes the %FLOW_EXT flag.
* @ring_cookie: RX ring/queue index to deliver to, or %RX_CLS_FLOW_DISC
* if packets should be discarded
* @location: Location of rule in the table
* @location: Location of rule in the table. Locations must be
* numbered such that a flow matching multiple rules will be
* classified according to the first (lowest numbered) rule.
*/
struct ethtool_rx_flow_spec {
__u32 flow_type;
Expand Down Expand Up @@ -502,9 +504,6 @@ struct ethtool_rx_flow_spec {
*
* For %ETHTOOL_SRXCLSRLDEL, @fs.@location specifies the location of an
* existing rule on entry.
*
* Implementation of indexed classification rules generally requires a
* TCAM.
*/
struct ethtool_rxnfc {
__u32 cmd;
Expand Down

0 comments on commit 693646f

Please sign in to comment.