cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_l2t.h cxgb_main.c
cxgb_offload.c cxgb_sge.c
Kip Macy
kmacy at FreeBSD.org
Thu Jun 21 03:30:19 UTC 2007
kmacy 2007-06-21 03:30:18 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/cxgb cxgb_adapter.h cxgb_l2t.h cxgb_main.c
cxgb_offload.c cxgb_sge.c
Log:
MFC:
- 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
Sponsored by: Chelsio Inc.
Revision Changes Path
1.2.2.5 +85 -7 src/sys/dev/cxgb/cxgb_adapter.h
1.1.2.3 +1 -0 src/sys/dev/cxgb/cxgb_l2t.h
1.3.2.6 +88 -63 src/sys/dev/cxgb/cxgb_main.c
1.2.2.3 +9 -1 src/sys/dev/cxgb/cxgb_offload.c
1.2.2.6 +24 -15 src/sys/dev/cxgb/cxgb_sge.c
More information about the cvs-src
mailing list