cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c
cxgb_offload.c cxgb_sge.c
Kip Macy
kmacy at FreeBSD.org
Sun Jun 17 04:33:38 UTC 2007
kmacy 2007-06-17 04:33:38 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_offload.c
cxgb_sge.c
Log:
- switch adapter and port lock over to using sx so that resources
can be allocated atomically
- add debug macros for printing lock initialization / teardown
- add buffers to port_info and adapter to allow each lock to have a
unique name
- destroy mutexes initialized by cxgb_offload_init
- remove recursive calls to ADAPTER_LOCK
- move callout_drain calls so that they don't occur with the lock held
- ensure that only as many qsets as are needed are initialized and
destroyed
MFC after: 3 days
Sponsored by: Chelsio Inc.
Revision Changes Path
1.12 +85 -7 src/sys/dev/cxgb/cxgb_adapter.h
1.25 +87 -62 src/sys/dev/cxgb/cxgb_main.c
1.5 +9 -1 src/sys/dev/cxgb/cxgb_offload.c
1.21 +24 -15 src/sys/dev/cxgb/cxgb_sge.c
More information about the cvs-all
mailing list