From: Alexander Duyck Date: Fri, 20 Jul 2012 08:08:51 +0000 (+0000) Subject: ixgbe: Roll RSC code into non-EOP code X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~303^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a02cbd10d37889d8214e82d57ccc70307edf805;p=pandora-kernel.git ixgbe: Roll RSC code into non-EOP code This change moves the RSC code into the non-EOP descriptor handling function. The main motivation behind this change is to help reduce the overhead in the non-RSC case. Previously the non-RSC path code would always be checking for append count even if RSC had been disabled. Now this code is completely skipped in a single conditional check instead of having to make two separate checks. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed