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 8B989A0471 for ; Fri, 19 Jul 2019 02:34:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D1BC2BC7; Fri, 19 Jul 2019 02:34:29 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 29DDB2BA8; Fri, 19 Jul 2019 02:34:26 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2019 17:34:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,280,1559545200"; d="scan'208";a="179435038" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 18 Jul 2019 17:34:25 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 18 Jul 2019 17:34:25 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 18 Jul 2019 17:34:25 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by shsmsx102.ccr.corp.intel.com ([169.254.2.3]) with mapi id 14.03.0439.000; Fri, 19 Jul 2019 08:34:22 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" , "Wang, Ying A" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH 2/3] net/ice: fix flow action validation Thread-Index: AQHVPQuoY/KkPlloSUWI/fwoU0My4KbPK2WAgAHtzqA= Date: Fri, 19 Jul 2019 00:34:22 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D695F0@SHSMSX105.ccr.corp.intel.com> References: <1563413923-404004-1-git-send-email-ying.a.wang@intel.com> <1563413923-404004-3-git-send-email-ying.a.wang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTBlOTQwZDgtODIzMC00ZTM1LTkwZjEtYjhhYzk5NjRjYzEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU1NDaU9KYTIySG4rQ0JjemwyRE5aSFwvMHhrRnBMbzh2WER6UXpIRlM5RlVcL3p3enlRc1Z5N2NUcFhhRkdJRUY5In0= 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 2/3] net/ice: fix flow action validation 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: Yang, Qiming > Sent: Thursday, July 18, 2019 11:07 AM > To: Wang, Ying A ; Zhang, Qi Z > > Cc: dev@dpdk.org; stable@dpdk.org > Subject: RE: [PATCH 2/3] net/ice: fix flow action validation >=20 >=20 >=20 > -----Original Message----- > From: Wang, Ying A > Sent: Thursday, July 18, 2019 9:39 AM > To: Zhang, Qi Z > Cc: Yang, Qiming ; dev@dpdk.org; Wang, Ying A > ; stable@dpdk.org > Subject: [PATCH 2/3] net/ice: fix flow action validation >=20 > Action is a list. We should check each element of the action rather than = the > first one. > This patch fixes this issue. >=20 > Fixes: d76116a4678f ("net/ice: add generic flow API") > Cc: stable@dpdk.org >=20 > Signed-off-by: Wang Ying A > --- > Acked-by: Qiming Yang Applied to dpdk-next-net-intel. Thanks Qi