From: Matt Carlson Date: Sat, 5 Jun 2010 17:24:33 +0000 (+0000) Subject: tg3: Off-by-one error in RSS setup X-Git-Tag: v2.6.36-rc1~571^2~641 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2601d8a0049c8b5d29cd5adb844a305a804e505f;p=pandora-kernel.git tg3: Off-by-one error in RSS setup The driver was incorrectly programming the indirection table such that rx traffic intended for the second ring went to the first ring, rx traffic intended for the third ring went to the second ring, etc. This patch changes the code so that rx traffic is diverted to the proper ring. Signed-off-by: Matt Carlson Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed