From: Alexander Duyck Date: Thu, 13 Sep 2012 06:28:11 +0000 (+0000) Subject: igb: Change how we populate the RSS indirection table X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~111^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=797fd4be7b6968ea752ae47367ae95454124a698;p=pandora-kernel.git igb: Change how we populate the RSS indirection table This patch cleans up our RSS indirection table configuration so that we generate the same table regardless of CPU endianness. In addition it changes the table setup so that instead of doing a modulo based setup it is instead a divisor based setup. The advantage to this is that we should be able to take the Rx hash and compute the Rx queue with very little CPU overhead if needed. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed