]> bbs.cooldavid.org Git - net-next-2.6.git/commit
bnx2x: Protect statistics ramrod and sequence number
authorVladislav Zolotarov <vladz@broadcom.com>
Wed, 21 Jul 2010 05:59:14 +0000 (05:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Jul 2010 18:11:55 +0000 (11:11 -0700)
commitd0996faeec8b3ab5bda65074c274bc67baf13501
tree87d7e5c799e3dc2426c9f4245ebf0c0e17df7007
parenta13773a53faa28cf79982601b6fc9ddb0ca45f36
bnx2x: Protect statistics ramrod and sequence number

Bug fix: Protect statistics ramrod sending code and a statistics counter update
with a spinlock. Otherwise there was a race condition that would allow sending
a statistics ramrods with the same sequence number or with sequence numbers not
in a natural order, which would cause a FW assert.

Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com>
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x_main.c