Re: svn commit: r333309 - in head/sys: net netinet netinet6

2018-05-09 Thread Matthew Macy
On Wed, May 9, 2018 at 11:03 AM, Tom Jones wrote: > On Wed, May 09, 2018 at 10:47:17AM -0700, Matthew Macy wrote: >> Can you tell me anything more about your workload? > > Running the VM snapshot based on r333209, with kernels built today. VM > will panic sitting idle. Network has some light v6 mu

Re: svn commit: r333309 - in head/sys: net netinet netinet6

2018-05-09 Thread Tom Jones
On Wed, May 09, 2018 at 10:47:17AM -0700, Matthew Macy wrote: > Can you tell me anything more about your workload? Running the VM snapshot based on r333209, with kernels built today. VM will panic sitting idle. Network has some light v6 multicast. root@freebsd:~ # cat /etc/rc.conf hostname="freeb

Re: svn commit: r333309 - in head/sys: net netinet netinet6

2018-05-09 Thread Matthew Macy
Can you tell me anything more about your workload? On Wed, May 9, 2018 at 5:48 AM, Tom Jones wrote: > On Sun, May 06, 2018 at 08:34:13PM +, Matt Macy wrote: >> Author: mmacy >> Date: Sun May 6 20:34:13 2018 >> New Revision: 09 >> URL: https://svnweb.freebsd.org/changeset/base/09 >> >

Re: svn commit: r333309 - in head/sys: net netinet netinet6

2018-05-09 Thread Tom Jones
On Sun, May 06, 2018 at 08:34:13PM +, Matt Macy wrote: > Author: mmacy > Date: Sun May 6 20:34:13 2018 > New Revision: 09 > URL: https://svnweb.freebsd.org/changeset/base/09 > > Log: > r333175 introduced deferred deletion of multicast addresses in order to > permit the driver ioctl

svn commit: r333309 - in head/sys: net netinet netinet6

2018-05-06 Thread Matt Macy
Author: mmacy Date: Sun May 6 20:34:13 2018 New Revision: 09 URL: https://svnweb.freebsd.org/changeset/base/09 Log: r333175 introduced deferred deletion of multicast addresses in order to permit the driver ioctl to sleep on commands to the NIC when updating multicast filters. More g