Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 19:16:47 +0300
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, "Alexander V. Chernikov" <melifaro@freebsd.org>
Subject:   Re: svn commit: r277072 - head/sys/netinet6
Message-ID:  <20150112161647.GQ15484@FreeBSD.org>
In-Reply-To: <CAJ-VmomiG8kZEVjEupqT61nHijPkOBZ21fqz6KqumyVH3vi3WQ@mail.gmail.com>
References:  <201501121452.t0CEqihQ050794@svn.freebsd.org> <54B3E3BE.7090302@FreeBSD.org> <CAJ-VmomiG8kZEVjEupqT61nHijPkOBZ21fqz6KqumyVH3vi3WQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 12, 2015 at 08:09:18AM -0800, Adrian Chadd wrote:
A> On 12 January 2015 at 07:09, Alexander V. Chernikov
A> <melifaro@freebsd.org> wrote:
A> > On 12.01.2015 17:52, Gleb Smirnoff wrote:
A> >> Author: glebius
A> >> Date: Mon Jan 12 14:52:43 2015
A> >> New Revision: 277072
A> >> URL: https://svnweb.freebsd.org/changeset/base/277072
A> >>
A> >> Log:
A> >>   Do not go one layer down to check ifqueue length. First, not all drivers
A> >>   use ifqueue at all. Second, there is no point in this lockless check.
A> >>   Either positive or negative result of the check could be incorrect after
A> >>   a tick.
A> > Finally, no useless ifq_maxlen check!
A> 
A> Yeah, I killed it in the ipv4 world. Well, commented it out. It's been
A> bogus ever since kernels became re-entrant and SMP. :(

Another one (even with extra mistake) left in ip_fastfwd.c until today.

One still left in SCTP output code, waiting for maintainers to review it.

-- 
Totus tuus, Glebius.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150112161647.GQ15484>