kernel: align the skb padding to power of two
[librecmc/librecmc.git] / target / linux / generic / patches-3.10 / 655-increase_skb_pad.patch
index b1a0fb71f8dd6219d4377876ed08b6e8b35a7624..6e10a1ace4592863891023410f2ba4deb08c1d95 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);