kernel: align the skb padding to power of two
[librecmc/librecmc.git] / target / linux / generic / patches-3.8 / 655-increase_skb_pad.patch
index 6150d5237d68867ea420ac589289c87c5e423f53..9f0b3dc931c3598053b053bd43c6bf159f4b2fbf 100644 (file)
@@ -5,7 +5,7 @@
   */
  #ifndef NET_SKB_PAD
 -#define NET_SKB_PAD   max(32, L1_CACHE_BYTES)
-+#define NET_SKB_PAD   max(48, L1_CACHE_BYTES)
++#define NET_SKB_PAD   max(64, L1_CACHE_BYTES)
  #endif
  
  extern int ___pskb_trim(struct sk_buff *skb, unsigned int len);