From: Alexander Duyck Date: Tue, 31 Jan 2012 02:59:49 +0000 (+0000) Subject: ixgbe: Combine post-DMA processing of sk_buff fields into single function X-Git-Tag: v3.4-rc1~177^2~333^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a0da21be84019d605af2c9a92b20a084db77de1;p=pandora-kernel.git ixgbe: Combine post-DMA processing of sk_buff fields into single function This change combines a number of post-DMA Rx packet processing functions into a single function. The advantage of this is that it combines most of the Rx descriptor processing into one spot so it should all be warm in the cache. Signed-off-by: Alexander Duyck Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed