kernel: align the skb padding to power of two
[openwrt/openwrt.git] / target / linux / generic / patches-3.3 / 655-increase_skb_pad.patch
index 5d14daadfac7fe5c3224d77c8c784de642576023..c4c8c3416e15c82f17b1a119e72e843d53026793 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);