Re: [PATCH 1/5] NetXen: Fix softlock seen on some machines during hardware writes

2007-03-13 Thread Mithlesh Thukral
On Friday 09 March 2007 21:56, Stephen Hemminger wrote: Linsys Contractor Mithlesh Thukral wrote: NetXen: This will fix a softlock seen on some machines. The reason was too much time was spent waiting for writes to go through. Signed-off by: Mithlesh Thukral [EMAIL PROTECTED] ---

[PATCH 1/5] NetXen: Fix softlock seen on some machines during hardware writes

2007-03-09 Thread Linsys Contractor Mithlesh Thukral
NetXen: This will fix a softlock seen on some machines. The reason was too much time was spent waiting for writes to go through. Signed-off by: Mithlesh Thukral [EMAIL PROTECTED] --- drivers/net/netxen/netxen_nic.h |1 + drivers/net/netxen/netxen_nic_ethtool.c |1 +

Re: [PATCH 1/5] NetXen: Fix softlock seen on some machines during hardware writes

2007-03-09 Thread Stephen Hemminger
Linsys Contractor Mithlesh Thukral wrote: NetXen: This will fix a softlock seen on some machines. The reason was too much time was spent waiting for writes to go through. Signed-off by: Mithlesh Thukral [EMAIL PROTECTED] --- drivers/net/netxen/netxen_nic.h |1 +

Re: [PATCH 1/5] NetXen: Fix softlock seen on some machines during hardware writes

2007-03-09 Thread Amit Kale
On Friday 09 March 2007 21:56, Stephen Hemminger wrote: Linsys Contractor Mithlesh Thukral wrote: NetXen: This will fix a softlock seen on some machines. The reason was too much time was spent waiting for writes to go through. Signed-off by: Mithlesh Thukral [EMAIL PROTECTED] ---