]> 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)
commit84a7c79f9e074dd27af4f4a4085d60a188db8ef8
tree1e133d59b7cf42c6ed1514f9c3c41db4c4dbc363
parent28f0b81f78d3e3ffe3d75d0181fe28f4d976ce48
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