From owner-freebsd-net@FreeBSD.ORG Sun May 11 20:25:45 2014 Return-Path: Delivered-To: net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC26C97A for ; Sun, 11 May 2014 20:25:45 +0000 (UTC) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9ECAF2358 for ; Sun, 11 May 2014 20:25:45 +0000 (UTC) Received: from [75.98.19.132] (port=53425 helo=[10.104.61.82]) by vps.hungerhost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80.1) (envelope-from ) id 1WjaJS-0002Hx-D3; Sun, 11 May 2014 16:25:35 -0400 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: [PATCH 3/3] sfxge: use TXQ type as label to support more than 32 TXQs From: George Neville-Neil In-Reply-To: <534912B4.106@oktetlabs.ru> Date: Sun, 11 May 2014 16:25:31 -0400 X-Mao-Original-Outgoing-Id: 421532731.173966-b787ec6d9e2d08bfff3036b797a5b41d Content-Transfer-Encoding: quoted-printable Message-Id: References: <534912B4.106@oktetlabs.ru> To: Andrew Rybchenko X-Mailer: Apple Mail (2.1874) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - neville-neil.com X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com Cc: net@FreeBSD.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 20:25:45 -0000 On Apr 12, 2014, at 6:17 , Andrew Rybchenko = wrote: > There are 3 TXQs in event queue 0 and 1 TXQ (with TCP/UDP checksum = offload) > in all other event queues. > <3-sfxge-txq_type_as_label.patch> Tested, committed to HEAD, and MFC=92d. Thanks, George=