dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/ixgb
Auke Kok 709cf0187d [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 <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-07-12 17:42:40 -04:00
..
Makefile ixgb: update version, dates 2006-05-26 09:38:10 -07:00
ixgb.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ixgb_ee.c ixgb: update version, dates 2006-05-26 09:38:10 -07:00
ixgb_ee.h ixgb: update version, dates 2006-05-26 09:38:10 -07:00
ixgb_ethtool.c ixgb: update version, dates 2006-05-26 09:38:10 -07:00
ixgb_hw.c ixgb: update version, dates 2006-05-26 09:38:10 -07:00
ixgb_hw.h ixgb: update version, dates 2006-05-26 09:38:10 -07:00
ixgb_ids.h ixgb: update version, dates 2006-05-26 09:38:10 -07:00
ixgb_main.c [PATCH] ixgb: fix tx unit hang - properly calculate desciptor count 2006-07-12 17:42:40 -04:00
ixgb_osdep.h ixgb: update version, dates 2006-05-26 09:38:10 -07:00
ixgb_param.c ixgb: update version, dates 2006-05-26 09:38:10 -07:00