netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] gianfar: Increase TX_TIMEOUT to 5HZ
@ 2015-10-27  8:47 Abhimanyu
  2015-10-27  9:18 ` Manoil Claudiu
  2015-10-28  3:14 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Abhimanyu @ 2015-10-27  8:47 UTC (permalink / raw)
  To: David S. Miller, netdev; +Cc: claudiu.manoil, Abhimanyu, Priyanka Jain

Increased TX_TIMEOUT to 5HZ to accommodate worst case situation
for traffic and CPU intensive use cases

Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: Abhimanyu <abhimanyu@freescale.com>
---
 drivers/net/ethernet/freescale/gianfar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/freescale/gianfar.c b/drivers/net/ethernet/freescale/gianfar.c
index 7f5389c..47f0400 100644
--- a/drivers/net/ethernet/freescale/gianfar.c
+++ b/drivers/net/ethernet/freescale/gianfar.c
@@ -107,7 +107,7 @@
 
 #include "gianfar.h"
 
-#define TX_TIMEOUT      (1*HZ)
+#define TX_TIMEOUT      (5*HZ)
 
 const char gfar_driver_version[] = "2.0";
 
-- 
1.7.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH net-next] gianfar: Increase TX_TIMEOUT to 5HZ
  2015-10-27  8:47 [PATCH net-next] gianfar: Increase TX_TIMEOUT to 5HZ Abhimanyu
@ 2015-10-27  9:18 ` Manoil Claudiu
  2015-10-28  3:14 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Manoil Claudiu @ 2015-10-27  9:18 UTC (permalink / raw)
  To: ABHIMANYU SAINI, David S. Miller, netdev@vger.kernel.org
  Cc: ABHIMANYU SAINI, Priyanka Jain

>-----Original Message-----
>From: Abhimanyu [mailto:abhimanyu@freescale.com]
>Sent: Tuesday, October 27, 2015 10:48 AM
>To: David S. Miller <davem@davemloft.net>; netdev@vger.kernel.org
>Cc: Manoil Claudiu-B08782 <claudiu.manoil@freescale.com>; Saini
>Abhimanyu-B49017 <abhimanyu@freescale.com>; Jain Priyanka-B32167
><Priyanka.Jain@freescale.com>
>Subject: [PATCH net-next] gianfar: Increase TX_TIMEOUT to 5HZ
>
[...]

Acked-by: Claudiu Manoil <claudiu.manoil@freescale.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] gianfar: Increase TX_TIMEOUT to 5HZ
  2015-10-27  8:47 [PATCH net-next] gianfar: Increase TX_TIMEOUT to 5HZ Abhimanyu
  2015-10-27  9:18 ` Manoil Claudiu
@ 2015-10-28  3:14 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2015-10-28  3:14 UTC (permalink / raw)
  To: abhimanyu; +Cc: netdev, claudiu.manoil, Priyanka.Jain

From: Abhimanyu <abhimanyu@freescale.com>
Date: Tue, 27 Oct 2015 14:17:43 +0530

> Increased TX_TIMEOUT to 5HZ to accommodate worst case situation
> for traffic and CPU intensive use cases
> 
> Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
> Signed-off-by: Abhimanyu <abhimanyu@freescale.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-28  2:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27  8:47 [PATCH net-next] gianfar: Increase TX_TIMEOUT to 5HZ Abhimanyu
2015-10-27  9:18 ` Manoil Claudiu
2015-10-28  3:14 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).