]> git.baikalelectronics.ru Git - kernel.git/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)
commit50735042bf52772eceee6bdb3665b99861d07a01
tree1e133d59b7cf42c6ed1514f9c3c41db4c4dbc363
parent366ddad540f45ecd546042d30f13af5c389b2cd0
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