Re: svn commit: r304021 - in head/sys: conf kern net sys

2016-08-12 Thread Stephen Hurd
Conrad Meyer wrote: > A manual page for gtaskqueue would be nice, if you have time. I'll try to pull something together in the next few days. ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe,

Re: svn commit: r304021 - in head/sys: conf kern net sys

2016-08-12 Thread Conrad Meyer
A manual page for gtaskqueue would be nice, if you have time. Thanks, Conrad On Fri, Aug 12, 2016 at 2:29 PM, Stephen Hurd wrote: > Author: shurd (ports committer) > Date: Fri Aug 12 21:29:44 2016 > New Revision: 304021 > URL: https://svnweb.freebsd.org/changeset/base/304021 > > Log: > Update

svn commit: r304021 - in head/sys: conf kern net sys

2016-08-12 Thread Stephen Hurd
Author: shurd (ports committer) Date: Fri Aug 12 21:29:44 2016 New Revision: 304021 URL: https://svnweb.freebsd.org/changeset/base/304021 Log: Update iflib to support more NIC designs - Move group task queue into kern/subr_gtaskqueue.c - Change intr_enable to return an int so it can be de