Re: Unnecessary sleep in network.subr: ipv6_up()

2012-01-22 Thread Hiroki Sato
Dennis Kögel wrote in <9bbb9ab2-4f60-4dcb-8d25-fdec83f62...@neveragain.de>: dk> Am 16.01.2012 um 20:45 schrieb Hiroki Sato: dk> > Can you try the attached patch and let me know if it works fine on dk> > your system? dk> dk> It does indeed. Thank you for your report. I committed the change i

Re: Unnecessary sleep in network.subr: ipv6_up()

2012-01-20 Thread Dennis Kögel
Am 16.01.2012 um 20:45 schrieb Hiroki Sato: > Can you try the attached patch and let me know if it works fine on > your system? It does indeed. Thank you! - D. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-n

Re: Unnecessary sleep in network.subr: ipv6_up()

2012-01-16 Thread Hiroki Sato
Dennis Koegel wrote in <20120110102405.ga82...@neveragain.de>: dk> Cheers, dk> dk> problem: Having a *lot* of IPv6 interfaces (Vlan interfaces in this case) dk> causes a huge and annoying delay time at system boot in 9.0R. dk> dk> ipv6_up() in network.subr does this: dk> dk> + # wait for DAD

Re: Unnecessary sleep in network.subr: ipv6_up()

2012-01-10 Thread Doug Barton
Looping in the author of that change ... On 01/10/2012 02:24, Dennis Koegel wrote: > Cheers, > > problem: Having a *lot* of IPv6 interfaces (Vlan interfaces in this case) > causes a huge and annoying delay time at system boot in 9.0R. > > ipv6_up() in network.subr does this: > > + # wait fo

Unnecessary sleep in network.subr: ipv6_up()

2012-01-10 Thread Dennis Koegel
Cheers, problem: Having a *lot* of IPv6 interfaces (Vlan interfaces in this case) causes a huge and annoying delay time at system boot in 9.0R. ipv6_up() in network.subr does this: + # wait for DAD + sleep `${SYSCTL_N} net.inet6.ip6.dad_count` + sleep 1 This happens for each a