From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 6414537A6
 for <dev@dpdk.org>; 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 <bruce.richardson@intel.com>
To: "Zhang, Helin" <helin.zhang@intel.com>
Message-ID: <20160210160434.GD10620@bricha3-MOBL3>
References: <1450858080-71465-1-git-send-email-rlane@bigswitch.com>
 <F35DEAC7BCE34641BA9FAC6BCA4A12E70A96A299@SHSMSX104.ccr.corp.intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A96A299@SHSMSX104.ccr.corp.intel.com>
Organization: Intel Shannon Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Cc: "dev@dpdk.org" <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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <mike.stolarchuk@bigswitch.com>
> > Signed-off-by: Rich Lane <rlane@bigswitch.com>
> Acked-by: Helin Zhang <helin.zhang@intel.com>
> 
> Thanks for the good catch!

Applied to dpdk-next-net/rel_16_04

Thanks,
/Bruce