diff options
author | Linas Vepstas <linas@austin.ibm.com> | 2006-10-10 16:14:29 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-10-11 04:04:26 -0400 |
commit | 9cc7bf7edf50a8a6b456b337aff97fe780ae369b (patch) | |
tree | 9512ef8f08a21ab7fa9398fdd31f1ad1810a4702 /mm | |
parent | 68a8c609b3071c2441fa64f584d15311f2c10e61 (diff) |
[PATCH] powerpc/cell spidernet refine locking
The transmit side of the spider ethernet driver currently
places locks around some very large chunks of code. This
results in a fair amount of lock contention is some cases.
This patch makes the locks much more fine-grained, protecting
only the cirtical sections. One lock is used to protect
three locations: the queue head and tail pointers, and the
queue low-watermark location.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: James K Lewis <jklewis@us.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions