From owner-freebsd-net@FreeBSD.ORG Sun May 11 20:25:58 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 3ECAAA87 for ; Sun, 11 May 2014 20:25:58 +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 144AE235D for ; Sun, 11 May 2014 20:25:58 +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 1WjaJn-0002Hx-Gf; Sun, 11 May 2014 16:25:56 -0400 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: [PATCH 1/3] sfxge: RXQ index (not label) comes from FW in flush done/failed events From: George Neville-Neil In-Reply-To: <5349117B.4050505@oktetlabs.ru> Date: Sun, 11 May 2014 16:25:53 -0400 X-Mao-Original-Outgoing-Id: 421532753.584009-5377507d6055cbd165b9d205d31a7b17 Content-Transfer-Encoding: quoted-printable Message-Id: References: <5349117B.4050505@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:58 -0000 On Apr 12, 2014, at 6:12 , Andrew Rybchenko = wrote: > sfxge: RXQ index (not label) comes from FW in flush done/failed events >=20 > Change the second argument name of the efx_rxq_flush_done_ev_t and > efx_rxq_flush_failed_ev_t prototypes to highlight that RXQ index (not = label) > comes from FW in flush done and failed events. >=20 > Submitted by: Andrew Rybchenko > Sponsored by: Solarflare Communications, Inc. > <1-sfxge-rxq_index.patch> Tested, committed to HEAD, and MFC=92d. Thanks, George=