Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351979
b: refs/heads/master
c: cd39a78
h: refs/heads/master
i:
  351977: fa8798b
  351975: 0c93740
v: v3
  • Loading branch information
Jesper Dangaard Brouer authored and David S. Miller committed Jan 29, 2013
1 parent 32561cd commit cbccc36
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 656a05c899b4026ee828ccddd550202ded7a26c6
refs/heads/master: cd39a7890aed7433beb3188c7ad8591e260ebf10
5 changes: 4 additions & 1 deletion trunk/include/net/inet_frag.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@

struct netns_frags {
int nqueues;
atomic_t mem;
struct list_head lru_list;

/* Its important for performance to keep lru_list and mem on
* separate cachelines
*/
atomic_t mem ____cacheline_aligned_in_smp;
/* sysctls */
int timeout;
int high_thresh;
Expand Down

0 comments on commit cbccc36

Please sign in to comment.