Re: [PATCH] IPv6: Refine IPv6 Address Validation Timer

From: kuznet@ms2.inr.ac.ru
Date: Fri Sep 27 2002 - 10:30:14 EST


Hello!

> So, is this reasonable?

Yes, I like this.

Let's only delete this:

> + if (time_before(now + HZ/2, jiffies)) {
> + ADBG((KERN_WARNING
> + "addrconf_verify(): too slow; jiffies - now = %ld\n",
> + (long)jiffies - (long)now));
> + }

I do not understand how this survived. If you worry about infinite
spinning in loop you could make this check real, f.e. breaking loop
when jiffies >= now+2. In this form it is just mud.

Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 30 2002 - 22:00:31 EST