Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318926
b: refs/heads/master
c: ee64c0e
h: refs/heads/master
v: v3
  • Loading branch information
Amir Vadai authored and David S. Miller committed Jul 26, 2012
1 parent 9fbbfb7 commit 3c33e02
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: 5243e7bd98b2dfecef3acd82661b541905a86e7f
refs/heads/master: ee64c0ee5180b3163b89e0d23b22126b5da088b1
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ mlx4_en_filter_alloc(struct mlx4_en_priv *priv, int rxq_index, __be32 src_ip,

filter->flow_id = flow_id;

filter->id = priv->last_filter_id++;
filter->id = priv->last_filter_id++ % RPS_NO_FILTER;

list_add_tail(&filter->next, &priv->filters);
hlist_add_head(&filter->filter_chain,
Expand Down

0 comments on commit 3c33e02

Please sign in to comment.