From: Auke Kok Date: Mon, 10 Jul 2006 15:51:43 +0000 (-0700) Subject: [PATCH] ixgb: fix tx unit hang - properly calculate desciptor count X-Git-Tag: v2.6.18-rc2~101^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709cf0187d286cb1bf2c210e62bba98afdec859c;p=pandora-kernel.git [PATCH] ixgb: fix tx unit hang - properly calculate desciptor count There were some tso bugs that only showed up with heavy load and 16kB pages that this patch fixes by making the driver's internal use count of descriptors match the count that it was estimating it needed using the DESC_NEEDED macro. This bug caused NETDEV_WATCHDOG resets aka tx timeouts. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed