Searched hist:171335 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_adapter.hdiff 171335 Tue Jul 10 06:01:45 MDT 2007 kmacy MFp4 122896
- reduce cpu usage by as much as 25% (40% -> 30) by doing txq reclaim more efficiently
- use mtx_trylock when trying to grab the lock to avoid spinning during long encap loop
- add per-txq reclaim task
- if mbufs were successfully re-claimed try another pass
- track txq overruns with sysctl

Approved by: re (blanket)
H A Dcxgb_main.cdiff 171335 Tue Jul 10 06:01:45 MDT 2007 kmacy MFp4 122896
- reduce cpu usage by as much as 25% (40% -> 30) by doing txq reclaim more efficiently
- use mtx_trylock when trying to grab the lock to avoid spinning during long encap loop
- add per-txq reclaim task
- if mbufs were successfully re-claimed try another pass
- track txq overruns with sysctl

Approved by: re (blanket)
H A Dcxgb_sge.cdiff 171335 Tue Jul 10 06:01:45 MDT 2007 kmacy MFp4 122896
- reduce cpu usage by as much as 25% (40% -> 30) by doing txq reclaim more efficiently
- use mtx_trylock when trying to grab the lock to avoid spinning during long encap loop
- add per-txq reclaim task
- if mbufs were successfully re-claimed try another pass
- track txq overruns with sysctl

Approved by: re (blanket)

Completed in 65 milliseconds