From: Eric Dumazet Date: Wed, 20 Mar 2013 16:33:19 +0000 (-0700) Subject: chelsio: add headroom in RX path X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~394 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70386d40e19eeff8696f2593755e78f6f7fa9e6d;p=pandora-kernel.git chelsio: add headroom in RX path Drivers should reserve some headroom in skb used in receive path, to avoid future head reallocation. One possible way to do that is to use dev_alloc_skb() instead of alloc_skb(), so that NET_SKB_PAD bytes are reserved. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed