commit | 8a0da21be84019d605af2c9a92b20a084db77de1 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Jan 31 02:59:49 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Feb 10 15:56:31 2012 -0800 |
tree | af839a73bafaccc65bfb35fc5ed5b15b17d6050f | |
parent | e4f740287fbfdc7b68634e93c098c8ea8de691f1 [diff] |
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>