]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Combine post-DMA processing of sk_buff fields into single function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 31 Jan 2012 02:59:49 +0000 (02:59 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:57:19 +0000 (22:57 +0800)
commit9811eace89f925c02d120c71fc7f5827a68e2f9a
tree9ff7886f2ffd786cf075458a6be712091182066d
parent76c5b5126814e812b549de867aa8f442a8c4dcdf
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.

(cherry picked from commit 8a0da21be84019d605af2c9a92b20a084db77de1)
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_main.c