From: Emil Tantilov Date: Sat, 8 Nov 2014 01:39:30 +0000 (+0000) Subject: ixgbevf: Cleanup variable usage, improve stack performance X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~137^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97fe3b1aff8195e689b6b07fa5c00e372d2426f;p=pandora-kernel.git ixgbevf: Cleanup variable usage, improve stack performance This change is meant to help cleanup the usage of temporary variables within the Rx hot-path by removing unnecessary variables and reducing the scope of variables that do not need to exist outside the main loop. CC: Alexander Duyck Signed-off-by: Emil Tantilov Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed