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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_stats.hdiff 307972 Wed Oct 26 12:09:02 MDT 2016 davidcs MFC r307578
1. Use taskqueue_create() instead of taskqueue_create_fast() for both
fastpath and slowpath taskqueues.
2. Service all transmits in taskqueue threads.
3. additional stats counters for keeping track of
- bd availability
- tx buf ring not emptied in the fp task queue.
These are drained via timeout taskqueue.
- tx attempts during link down.
H A Dbxe.cdiff 307972 Wed Oct 26 12:09:02 MDT 2016 davidcs MFC r307578
1. Use taskqueue_create() instead of taskqueue_create_fast() for both
fastpath and slowpath taskqueues.
2. Service all transmits in taskqueue threads.
3. additional stats counters for keeping track of
- bd availability
- tx buf ring not emptied in the fp task queue.
These are drained via timeout taskqueue.
- tx attempts during link down.
H A Dbxe.hdiff 307972 Wed Oct 26 12:09:02 MDT 2016 davidcs MFC r307578
1. Use taskqueue_create() instead of taskqueue_create_fast() for both
fastpath and slowpath taskqueues.
2. Service all transmits in taskqueue threads.
3. additional stats counters for keeping track of
- bd availability
- tx buf ring not emptied in the fp task queue.
These are drained via timeout taskqueue.
- tx attempts during link down.

Completed in 199 milliseconds