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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9AE3979 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 9ED082359 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 1WjaJW-0002Hx-AU; Sun, 11 May 2014 16:25:39 -0400 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: [PATCH 2/3] sfxge: TXQ index (not label) comes from FW in flush done event From: George Neville-Neil In-Reply-To: <5349126E.2060209@oktetlabs.ru> Date: Sun, 11 May 2014 16:25:36 -0400 X-Mao-Original-Outgoing-Id: 421532736.514549-92fea73e4e02b35fe0cfc2ff30e9a0a1 Content-Transfer-Encoding: quoted-printable Message-Id: References: <5349126E.2060209@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:16 , Andrew Rybchenko = wrote: > Change the second argument name of the efx_txq_flush_done_ev_t = prototype to > highlight that TXQ index (not label) comes from FW in flush done = event. > <2-sfxge-txq_index.patch> Tested, committed to HEAD, and MFC=92d. Thanks, George=