Re: [net-2.6 PATCH 1/3] igb: Fix DCA errors and do not use context index for 82576
From: David Miller <davem@davemloft.net>
Date: 2009-01-31 08:53:34
From: David Miller <davem@davemloft.net>
Date: 2009-01-31 08:53:34
From: Jeff Kirsher <redacted> Date: Fri, 30 Jan 2009 16:53:43 -0800
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 <redacted> Signed-off-by: Jeff Kirsher <redacted>
Applied.