From: Emil Tantilov Date: Sat, 8 Nov 2014 01:39:41 +0000 (+0000) Subject: ixgbevf: Update Rx next to clean in real time X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~137^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b95fe3de7f25402b22cd4d8b20b99cce1979309;p=pandora-kernel.git ixgbevf: Update Rx next to clean in real time Since the next_to_clean value is only accessed by the Rx interrupt handler we can save on stack space by just storing our updated values back in next_to_clean instead of using the stack variable i. This should help to reduce stack space and we can further collapse the size of the function. Also removed non_eop_descs counter as it was never shown in the stats. CC: Alexander Duyck Signed-off-by: Emil Tantilov Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed