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