[ewg] [PATCH 6/10 VNIC] Increase the watchdog timeout value

Ramachandra K ramachandra.kuchimanchi at qlogic.com
Tue Aug 21 07:25:20 PDT 2007


Increase the VNIC netdev watchdog timeout value from 1 second to 10 seconds
to fix TX timeout problems with the EVIC.

From: Poornima Kamath <poornima.kamath at qlogic.com>
Signed-off-by: Ramachandra K <ramachandra.kuchimanchi at qlogic.com>
---

 drivers/infiniband/ulp/vnic/vnic_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/infiniband/ulp/vnic/vnic_main.c b/drivers/infiniband/ulp/vnic/vnic_main.c
index 92e8f97..b092f23 100644
--- a/drivers/infiniband/ulp/vnic/vnic_main.c
+++ b/drivers/infiniband/ulp/vnic/vnic_main.c
@@ -961,7 +961,7 @@ struct vnic *vnic_allocate(struct vnic_c
 	device->set_multicast_list	= vnic_set_multicast_list;
 	device->set_mac_address		= vnic_set_mac_address;
 	device->change_mtu		= vnic_change_mtu;
-	device->watchdog_timeo 		= HZ;
+	device->watchdog_timeo 		= 10 * HZ;
 	device->features		= 0;
 
 	netpath_init(&vnic->primary_path, vnic, 0);



More information about the ewg mailing list