From: Alexander Duyck Date: Sat, 31 Jan 2009 08:52:30 +0000 (-0800) Subject: igb: Fix DCA errors and do not use context index for 82576 X-Git-Tag: v2.6.29-rc4~86^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd98fe48a43464b4a044bc4cbeefad284d6aa80;p=pandora-kernel.git igb: Fix DCA errors and do not use context index for 82576 82576 was being incorrectly flagged as needing a context index. It does not as each ring has it's own table of 2 contexts. Driver was registering after registering the driver instead of the other way around. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed