cvs commit: src/sys/dev/cxgb cxgb_main.c cxgb_sge.c
src/sys/dev/cxgb/common cxgb_t3_cpl.h src/sys/dev/cxgb/sys
cxgb_support.c
Kip Macy
kmacy at FreeBSD.org
Wed Jan 9 16:55:43 PST 2008
kmacy 2008-01-10 00:55:42 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_main.c cxgb_sge.c
sys/dev/cxgb/common cxgb_t3_cpl.h
sys/dev/cxgb/sys cxgb_support.c
Log:
- make 9k clusters the default unless a tunable is set
- return the error from cxgb_tx_common so that when an error is hit we dont
spin forever in the taskq thread
- remove unused rxsd_ref
- simplify header_offset calculation for embedded mbuf headers
- fix memory leak by making sure that mbuf header initialization took place
- disable printf's for stalled queue, don't do offload/ctrl queue restart
when tunnel queue is restarted
- add more diagnostic information about the txq state
- add facility to dump the actual contents of the hardware queue using sysctl
Revision Changes Path
1.6 +1 -0 src/sys/dev/cxgb/common/cxgb_t3_cpl.h
1.42 +10 -5 src/sys/dev/cxgb/cxgb_main.c
1.36 +206 -118 src/sys/dev/cxgb/cxgb_sge.c
1.3 +7 -2 src/sys/dev/cxgb/sys/cxgb_support.c
More information about the cvs-src
mailing list