]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change from a mutex to a read/write lock. This allows the tx port to be
authorAndrew Thompson <thompsa@FreeBSD.org>
Tue, 15 May 2007 07:41:46 +0000 (07:41 +0000)
committerAndrew Thompson <thompsa@FreeBSD.org>
Tue, 15 May 2007 07:41:46 +0000 (07:41 +0000)
commit3bf517e3897ff94e116fa40a37e21c9014d83617
tree9b46ae887a0094102a87bddd505c6bca8a08d5cf
parent9942d77f89da63ead7f83a6eba993aa9d5521889
Change from a mutex to a read/write lock. This allows the tx port to be
selected simultaneously by multiple senders and transmit/receive is not
serialised between aggregated interfaces.
sys/net/ieee8023ad_lacp.c
sys/net/ieee8023ad_lacp.h
sys/net/if_lagg.c
sys/net/if_lagg.h