netdev: octeon_mgmt: Fix race condition freeing TX buffers.
authorDavid Daney <ddaney@caviumnetworks.com>
Wed, 5 May 2010 13:03:09 +0000 (13:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 May 2010 04:22:33 +0000 (21:22 -0700)
Under heavy load the TX cleanup tasklet and xmit threads would race
and try to free too many buffers.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found