[TG3]: Minimize locking in TX path.
authorMichael Chan <mchan@broadcom.com>
Fri, 2 Sep 2005 00:41:28 +0000 (17:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Sep 2005 00:41:28 +0000 (17:41 -0700)
commit51b9146869ab9492da785c5c9321d85f01655ab6
treed95f8fda63a7e4a2508f1fc440dcc5e162140334
parent86d9f7f0c9cf06d7d3cfa2a9f0514cf21fa5fda1
[TG3]: Minimize locking in TX path.

This is similar to Eric Dumazet's tx_lock patch for tg3 but takes it
one step further to eliminate the tx_lock in the tx_completion path
when the tx queue is not stopped.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c