Skip to content

Commit

Permalink
gianfar: Increase TX_TIMEOUT to 5HZ
Browse files Browse the repository at this point in the history
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>
Acked-by: Claudiu Manoil <claudiu.manoil@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Abhimanyu authored and David S. Miller committed Oct 28, 2015
1 parent d59542d commit 8fcc603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/freescale/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

#include "gianfar.h"

#define TX_TIMEOUT (1*HZ)
#define TX_TIMEOUT (5*HZ)

const char gfar_driver_version[] = "2.0";

Expand Down

0 comments on commit 8fcc603

Please sign in to comment.