Re: svn commit: r312205 - in head/sys: kern net

2017-01-17 Thread Hans Petter Selasky
On 01/17/17 16:04, John Baldwin wrote: Then it gives a much slower boot by hanging for almost a minute waiting for USB or something. Hi, This might be related to a bug in the timer init which I've observed too. Can you show output from: vmstat -i When the booting is slow? --HPS __

Re: svn commit: r312205 - in head/sys: kern net

2017-01-17 Thread John Baldwin
On Tuesday, January 17, 2017 12:02:49 PM Bruce Evans wrote: > On Mon, 16 Jan 2017, John Baldwin wrote: > > > On Sunday, January 15, 2017 12:50:10 AM Sean Bruno wrote: > >> ... > >> Log: > >> Fix hangs in a uniprocessor configuration (qemu, virtualbox, real hw). > >> > >> sys/net/iflib.c: > >>

Re: svn commit: r312205 - in head/sys: kern net

2017-01-16 Thread Bruce Evans
On Mon, 16 Jan 2017, John Baldwin wrote: On Sunday, January 15, 2017 12:50:10 AM Sean Bruno wrote: ... Log: Fix hangs in a uniprocessor configuration (qemu, virtualbox, real hw). sys/net/iflib.c: Add ctx to filter_info and don't skpi interrupt early on unless we're on an SMP system

Re: svn commit: r312205 - in head/sys: kern net

2017-01-16 Thread John Baldwin
On Sunday, January 15, 2017 12:50:10 AM Sean Bruno wrote: > Author: sbruno > Date: Sun Jan 15 00:50:10 2017 > New Revision: 312205 > URL: https://svnweb.freebsd.org/changeset/base/312205 > > Log: > Fix hangs in a uniprocessor configuration (qemu, virtualbox, real hw). > > sys/net/iflib.c: >

Re: svn commit: r312205 - in head/sys: kern net

2017-01-14 Thread Ivan Klymenko
On Sun, 15 Jan 2017 00:50:10 + (UTC) Sean Bruno wrote: > Log: > Fix hangs in a uniprocessor configuration (qemu, virtualbox, real > hw). Hello. MFC to STABLE? ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/sv

svn commit: r312205 - in head/sys: kern net

2017-01-14 Thread Sean Bruno
Author: sbruno Date: Sun Jan 15 00:50:10 2017 New Revision: 312205 URL: https://svnweb.freebsd.org/changeset/base/312205 Log: Fix hangs in a uniprocessor configuration (qemu, virtualbox, real hw). sys/net/iflib.c: Add ctx to filter_info and don't skpi interrupt early on unless we're on