From owner-freebsd-net@FreeBSD.ORG Tue Dec 11 07:58:55 2012 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73106681 for ; Tue, 11 Dec 2012 07:58:55 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) by mx1.freebsd.org (Postfix) with ESMTP id E08D58FC08 for ; Tue, 11 Dec 2012 07:58:54 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id qBB7wrLM090575; Tue, 11 Dec 2012 11:58:53 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id qBB7wrMP090574; Tue, 11 Dec 2012 11:58:53 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 11 Dec 2012 11:58:53 +0400 From: Gleb Smirnoff To: Jack Vogel Subject: Re: igb and ALTQ in 9.1-rc3 Message-ID: <20121211075853.GU48639@FreeBSD.org> References: <1355177348.71087.YahooMailClassic@web121601.mail.ne1.yahoo.com> <50C6656E.3020601@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Barney Cordoba , "Clement Hermann \(nodens\)" , freebsd-net@FreeBSD.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 07:58:55 -0000 On Mon, Dec 10, 2012 at 03:31:19PM -0800, Jack Vogel wrote: J> UH, maybe asking the owner of the driver would help :) J> J> ... and no, I've never been aware of doing anything to stop supporting altq J> so you wouldn't see any commits. If there's something in the altq code or J> support (which I have nothing to do with) that caused this no-one informed J> me. Switching from if_start to if_transmit effectively disables ALTQ support. AFAIR, there is some magic implemented in other drivers that makes them modern (that means using if_transmit), but still capable to switch to queueing mode if SIOCADDALTQ was casted upon them. -- Totus tuus, Glebius.