From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BD3B1A0471 for ; Mon, 15 Jul 2019 07:59:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C64903423; Mon, 15 Jul 2019 07:59:44 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B9CA9326C; Mon, 15 Jul 2019 07:59:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jul 2019 22:59:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,493,1557212400"; d="scan'208";a="157721012" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga007.jf.intel.com with ESMTP; 14 Jul 2019 22:59:41 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 14 Jul 2019 22:59:41 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 14 Jul 2019 22:59:40 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.110]) with mapi id 14.03.0439.000; Mon, 15 Jul 2019 13:59:39 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Yang, Qiming" , "dev@dpdk.org" CC: "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3] net/ice: fix flow validation fail Thread-Index: AQHVOrTRMeHAluTyckayIRKU4uT/oKbKfMAAgACyn9A= Date: Mon, 15 Jul 2019 05:59:38 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D66738@SHSMSX105.ccr.corp.intel.com> References: <20190709040812.4191-1-qiming.yang@intel.com> <20190715022356.73350-1-qiming.yang@intel.com> <94479800C636CB44BD422CB454846E013CE051D6@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <94479800C636CB44BD422CB454846E013CE051D6@SHSMSX101.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWRmOWI0MjktM2I1YS00ZWFkLTkyNzktNzEzMTgxNzNjMGI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiS25sYkRuZGVcL0N0bEZveHVXS01iVERIMGdFZWJNV3p4MGg0TVwvY0ZicVN0ZzZldEt2YlVrcFNiYUd4VjB2N050In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action 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 v3] net/ice: fix flow validation fail X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xing, Beilei > Sent: Monday, July 15, 2019 11:20 AM > To: Yang, Qiming ; dev@dpdk.org > Cc: Yang, Qiming ; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] net/ice: fix flow validation fail >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qiming Yang > > Sent: Monday, July 15, 2019 10:24 AM > > To: dev@dpdk.org > > Cc: Yang, Qiming ; stable@dpdk.org > > Subject: [dpdk-dev] [PATCH v3] net/ice: fix flow validation fail > > > > ice_flow_valid_attr will return zero on success and a negative value on= error. > > Current return value check logical is opposite to the expected > > behavior. This patch fixed this issue. > > > > Fixes: d76116a4678f ("net/ice: add generic flow API") > > Cc: stable@dpdk.org > > > > Signed-off-by: Qiming Yang > > --- > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi