]> git.baikalelectronics.ru Git - kernel.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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 10 Feb 2012 23:56:31 +0000 (15:56 -0800)
commit41429a8f0f5f074cd78d98b7f679550001607da2
treeaf839a73bafaccc65bfb35fc5ed5b15b17d6050f
parent94eb1b4bf02d926780b523bcc1c4eeb84fb9770b
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 <alexander.h.duyck@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe.h
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c