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 6EB5EE62 for ; Wed, 23 Dec 2015 09:42:37 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 23 Dec 2015 00:42:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,467,1444719600"; d="scan'208";a="868058875" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 23 Dec 2015 00:42:29 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 23 Dec 2015 00:42:29 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 23 Dec 2015 00:42:28 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.151]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.92]) with mapi id 14.03.0248.002; Wed, 23 Dec 2015 16:42:26 +0800 From: "Zhang, Helin" To: Rich Lane , "dev@dpdk.org" Thread-Topic: [PATCH] i40e: fix inverted check for ETH_TXQ_FLAGS_NOREFCOUNT Thread-Index: AQHRPVkzY5lRUbT0Akqd4D68x5uPdZ7YQNTQ Date: Wed, 23 Dec 2015 08:42:26 +0000 Message-ID: References: <1450858080-71465-1-git-send-email-rlane@bigswitch.com> In-Reply-To: <1450858080-71465-1-git-send-email-rlane@bigswitch.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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, 23 Dec 2015 08:42:37 -0000 > -----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 >=20 > The no-refcount path was being taken without the application opting in to= it. >=20 > Reported-by: Mike Stolarchuk > Signed-off-by: Rich Lane Acked-by: Helin Zhang Thanks for the good catch!