]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bnx2x: Prevent mistaken hangup between driver & FW
authorEilon Greenstein <eilong@broadcom.com>
Mon, 23 Sep 2013 07:12:50 +0000 (10:12 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Sep 2013 20:17:04 +0000 (16:17 -0400)
commit4c868664344d0022699353ff324bf9eb39643265
tree10f96dcb4d29abc16a79776a8e807b9c5d04a366
parent343f7dc4301e554d547c28f9583c8a193f7abb88
bnx2x: Prevent mistaken hangup between driver & FW

When system CPU is stressed it's possible that the driver will not be able
to pulse the FW every second, which will cause the log to be filled with
error messages.

Increasing the threshold to 5 seconds seems to be enough to eliminate the
issue.

Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c