aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar.c
diff options
context:
space:
mode:
authorIan Campbell <Ian.Campbell@citrix.com>2012-08-22 00:26:47 +0000
committerDavid S. Miller <davem@davemloft.net>2012-08-30 12:24:04 -0400
commit3683243b2c551e58082b179fd153c7d43ddc503b (patch)
tree6e17dc053bb49af826f9b4a00293f717833dad5b /drivers/net/ethernet/freescale/gianfar.c
parentnetpoll: revert 6bdb7fe3104 and fix be_poll() instead (diff)
downloadlinux-dev-3683243b2c551e58082b179fd153c7d43ddc503b.tar.xz
linux-dev-3683243b2c551e58082b179fd153c7d43ddc503b.zip
xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RX
I'm slightly concerned by the "only in exceptional circumstances" comment on __pskb_pull_tail but the structure of an skb just created by netfront shouldn't hit any of the especially slow cases. This approach still does slightly more work than the old way, since if we pull up the entire first frag we now have to shuffle everything down where before we just received into the right place in the first place. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Cc: Jeremy Fitzhardinge <jeremy@goop.org> Cc: Mel Gorman <mgorman@suse.de> Cc: xen-devel@lists.xensource.com Cc: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions