]> git.baikalelectronics.ru Git - kernel.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)
commit00b621d3d3bee086a2cfd330d2c7a67add15e48a
tree10f96dcb4d29abc16a79776a8e807b9c5d04a366
parentcbc0f9afa3ae788db7c1de70e0d158658d3602e1
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