diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h index 32786a0447187f44e1264f4dc4c0b4721ebc3e08..91e77975eaa612328301076c73d3a6b6fb482118 100644 --- a/include/net/inet_frag.h +++ b/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;