]> Pileus Git - ~andy/linux/commit
igb: Combine post-processing of skb into a single function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 25 Sep 2012 00:30:57 +0000 (00:30 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 19 Oct 2012 11:28:38 +0000 (04:28 -0700)
commitdb2ee5bdf5c83320fa19f73a38204585f1518798
tree1e133d59b7cf42c6ed1514f9c3c41db4c4dbc363
parent1a1c225b9463038ac68b369ef05e4ee7fd9c82a5
igb: Combine post-processing of skb into a single function

This change is meant to just clean-up a number of function calls that were
made at the end of the Rx clean-up path by combining them into a single
function call.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c