]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[BNX2]: remove atomics in tx
authorMichael Chan <mchan@broadcom.com>
Thu, 25 Aug 2005 22:36:58 +0000 (15:36 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:10:38 +0000 (16:10 -0700)
commite89bbf1049aac3625fdafe3657ed8d7d5373d351
tree15e0fc01d553ce5bc38de546d80f5f2e3736b0bf
parentcd339a0ed61097d92ce03b6d1042b1e4d58535e7
[BNX2]: remove atomics in tx

Remove atomic operations in the fast tx path. Expensive atomic
operations were used to keep track of the number of available tx
descriptors. The new code uses the difference between the consumer
and producer index to determine the number of free tx descriptors.

As suggested by Jeff Garzik, the name of the inline function is
changed to all lower case.

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