From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6414537A6 for ; Wed, 10 Feb 2016 17:05:27 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 10 Feb 2016 08:04:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,426,1449561600"; d="scan'208";a="45655069" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.159]) by fmsmga004.fm.intel.com with SMTP; 10 Feb 2016 08:04:36 -0800 Received: by (sSMTP sendmail emulation); Wed, 10 Feb 2016 16:04:35 +0025 Date: Wed, 10 Feb 2016 16:04:35 +0000 From: Bruce Richardson To: "Zhang, Helin" Message-ID: <20160210160434.GD10620@bricha3-MOBL3> References: <1450858080-71465-1-git-send-email-rlane@bigswitch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] i40e: fix inverted check for ETH_TXQ_FLAGS_NOREFCOUNT X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 16:05:27 -0000 On Wed, Dec 23, 2015 at 08:42:26AM +0000, Zhang, Helin wrote: > > > > -----Original Message----- > > From: Rich Lane [mailto:rich.lane@bigswitch.com] > > Sent: Wednesday, December 23, 2015 4:08 PM > > To: dev@dpdk.org > > Cc: Zhang, Helin > > Subject: [PATCH] i40e: fix inverted check for ETH_TXQ_FLAGS_NOREFCOUNT > > > > The no-refcount path was being taken without the application opting in to it. > > > > Reported-by: Mike Stolarchuk > > Signed-off-by: Rich Lane > Acked-by: Helin Zhang > > Thanks for the good catch! Applied to dpdk-next-net/rel_16_04 Thanks, /Bruce