cvs commit: src/sys/dev/cxgb cxgb_osdep.h cxgb_sge.c
Kip Macy
kmacy at FreeBSD.org
Sun May 27 22:07:48 UTC 2007
kmacy 2007-05-27 22:07:48 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_osdep.h cxgb_sge.c
Log:
Tuning for small packet handling
- Double the number of descriptors that a single call to send can use
- Quadruple the number of descriptors that can be reclaimed per pass
- only run reclaim twice per second
- increase coalesce timer from 3.5us to 5us
fix printf warning on 64-bit platforms
Revision Changes Path
1.10 +3 -3 src/sys/dev/cxgb/cxgb_osdep.h
1.17 +3 -6 src/sys/dev/cxgb/cxgb_sge.c
More information about the cvs-src
mailing list