diff --git a/[refs] b/[refs] index daee7592f750..6ad9f7485959 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 656a05c899b4026ee828ccddd550202ded7a26c6 +refs/heads/master: cd39a7890aed7433beb3188c7ad8591e260ebf10 diff --git a/trunk/include/net/inet_frag.h b/trunk/include/net/inet_frag.h index 32786a044718..91e77975eaa6 100644 --- a/trunk/include/net/inet_frag.h +++ b/trunk/include/net/inet_frag.h @@ -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;