From owner-svn-src-all@FreeBSD.ORG Fri Jan 6 13:45:15 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55E871065675; Fri, 6 Jan 2012 13:45:15 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 27A3C8FC14; Fri, 6 Jan 2012 13:45:15 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id D3A7446B09; Fri, 6 Jan 2012 08:45:14 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 426DBB960; Fri, 6 Jan 2012 08:45:14 -0500 (EST) From: John Baldwin To: Gleb Smirnoff Date: Fri, 6 Jan 2012 08:45:12 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <201201051950.q05JoCKj052356@svn.freebsd.org> <20120106082005.GQ34721@FreeBSD.org> In-Reply-To: <20120106082005.GQ34721@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Message-Id: <201201060845.13174.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 06 Jan 2012 08:45:14 -0500 (EST) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org Subject: Re: svn commit: r229633 - stable/9/sys/net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 13:45:15 -0000 On Friday, January 06, 2012 3:20:05 am Gleb Smirnoff wrote: > John, > > On Thu, Jan 05, 2012 at 07:50:12PM +0000, John Baldwin wrote: > J> Author: jhb > J> Date: Thu Jan 5 19:50:12 2012 > J> New Revision: 229633 > J> URL: http://svn.freebsd.org/changeset/base/229633 > J> > J> Log: > J> MFC 228089: > J> Change the if_vlan driver to use if_transmit for forwarding packets to the > J> parent interface. This avoids the overhead of queueing a packet to an IFQ > J> only to immediately dequeue it again. > > This should have been merged together with r228967. Now a bug that > was successfully discovered and fixed in head/ leaked to stable > branches. :( > > Can you please merge r228967 to stable/9 and stable/8 ASAP? Err, that bug was already present before this change. I did not expose it. I can MFC the stat fixes, but this was already broken in 8 and 9, and is broken in 7 as well (likely in older branches than that). -- John Baldwin