kernel: align the skb padding to power of two
[openwrt/staging/chunkeey.git] / target / linux / generic / patches-3.9 / 655-increase_skb_pad.patch
index 6d0d3df8413982eaaf80651cffbf651b656bc813..9f669fa8bd23538b7adf31c837d091d2a7010b26 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);