From: Alexander Duyck Date: Fri, 20 Jul 2012 08:08:28 +0000 (+0000) Subject: ixgbe: Have the CPU take ownership of the buffers sooner X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~303^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42073d91a214587717c36a697436bad0f60c4384;p=pandora-kernel.git ixgbe: Have the CPU take ownership of the buffers sooner This patch makes it so that we will always have ownership of the buffers by the time we get to ixgbe_add_rx_frag. This is necessary as I am planning to add a copy-break to ixgbe_add_rx_frag and in order for that to function correctly we need the CPU to have ownership of the buffer. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed