Re: kern/161899: Repeating RTM_MISS packets causing high CPU load for ntpd

2012-02-09 Thread Steven Hartland
- Original Message - From: "Li, Qing" Hmm... I don't see this problem until multiple FIBs are enabled. I have a bog standard box here one default route and one active nic, which exhibits this issue so there shouldn't be multiple FIB's unless the fact that IPv6 is compiled in and act

RE: kern/161899: Repeating RTM_MISS packets causing high CPU load for ntpd

2012-02-09 Thread Li, Qing
er > Cc: freebsd-net@freebsd.org; Gleb Smirnoff > Subject: Re: kern/161899: Repeating RTM_MISS packets causing high CPU > load for ntpd > > - Original Message - > From: "Gary Palmer" > >> Running the following commands does indeed stop this >

Re: kern/161899: Repeating RTM_MISS packets causing high CPU load for ntpd

2012-02-08 Thread Steven Hartland
- Original Message - From: "Gary Palmer" Running the following commands does indeed stop this route add -inet6 :::0.0.0.0 -prefixlen 96 ::1 -reject route add -inet6 ::0.0.0.0 -prefixlen 96 ::1 -reject I found these in /etc/rc.d/network_ipv6 but I can't see why these wouldnt be run o

Re: kern/161899: Repeating RTM_MISS packets causing high CPU load for ntpd

2012-02-08 Thread Gary Palmer
On Wed, Feb 08, 2012 at 01:44:56PM -, Steven Hartland wrote: > - Original Message - > From: "Gleb Smirnoff" > >> Any update on this, would have been nice to see a fix hit before > >> 9.0. If you need any more information please let me know. > > > >AFAIK, this is no longer a problem in

Re: kern/161899: Repeating RTM_MISS packets causing high CPU load for ntpd

2012-02-08 Thread Gleb Smirnoff
On Wed, Feb 08, 2012 at 01:44:56PM -, Steven Hartland wrote: S> - Original Message - S> From: "Gleb Smirnoff" S> > > Any update on this, would have been nice to see a fix hit before S> > > 9.0. If you need any more information please let me know. S> > S> > AFAIK, this is no longer a

Re: kern/161899: Repeating RTM_MISS packets causing high CPU load for ntpd

2012-02-08 Thread Steven Hartland
- Original Message - From: "Gleb Smirnoff" > Any update on this, would have been nice to see a fix hit before > 9.0. If you need any more information please let me know. AFAIK, this is no longer a problem in 9.0-RELEASE or in HEAD. The cause for this number of misses is absense of a ro

Re: kern/161899: Repeating RTM_MISS packets causing high CPU load for ntpd

2012-02-08 Thread Gleb Smirnoff
The following reply was made to PR kern/161899; it has been noted by GNATS. From: Gleb Smirnoff To: Steven Hartland Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: kern/161899: Repeating RTM_MISS packets causing high CPU load for ntpd Date: Wed, 8 Feb 2012 16:59:44 +0400 > Any update