svn commit: r307578 - head/sys/dev/bxe

Mark Johnston markj at FreeBSD.org
Thu Oct 27 00:26:18 UTC 2016


On Tue, Oct 18, 2016 at 09:33:57PM +0000, David C Somayajulu wrote:
> Author: davidcs
> Date: Tue Oct 18 21:33:57 2016
> New Revision: 307578
> URL: https://svnweb.freebsd.org/changeset/base/307578
> 
> Log:
>   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.
>   
>   MFC after: 5 days
Submitted by:	Matt Joras


More information about the svn-src-head mailing list