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 21362A04B1; Wed, 9 Sep 2020 10:48:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 40B9D1C0B4; Wed, 9 Sep 2020 10:48:24 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E6ED5160; Wed, 9 Sep 2020 10:48:21 +0200 (CEST) IronPort-SDR: 1V27wc/W/FooJOojPhAKYjH9plhChFozTuJr5JD/FLpRTiJW2uMcWIMnQnoDNgUf4lHHinSi4t dpxtKa7xTbMw== X-IronPort-AV: E=McAfee;i="6000,8403,9738"; a="158325686" X-IronPort-AV: E=Sophos;i="5.76,409,1592895600"; d="scan'208";a="158325686" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2020 01:48:20 -0700 IronPort-SDR: qZ9xE6CR2MIkQAWPREKmUiImEsmkNl/zLX5w8NOM9KfM9eNrLCL/S13Gh8DHPUM9sp/lybo+rV k0s5G5PVSh8A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,409,1592895600"; d="scan'208";a="300085365" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga003.jf.intel.com with ESMTP; 09 Sep 2020 01:48:20 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 9 Sep 2020 01:48:13 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 9 Sep 2020 16:48:11 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 9 Sep 2020 16:48:11 +0800 From: "Zhang, Qi Z" To: "Sun, GuinanX" , "dev@dpdk.org" CC: "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [PATCH v2] net/ice: fix flow validation for unsupported patterns Thread-Index: AQHWhY7kQa9N0vd70kO/Hu3URybZqalgAJ/g Date: Wed, 9 Sep 2020 08:48:11 +0000 Message-ID: <10e18a22fdcb40d382bd34c5ef4ef28f@intel.com> References: <20200828023328.62492-1-guinanx.sun@intel.com> <20200908031505.73237-1-guinanx.sun@intel.com> In-Reply-To: <20200908031505.73237-1-guinanx.sun@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/ice: fix flow validation for unsupported patterns 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: Sun, GuinanX > Sent: Tuesday, September 8, 2020 11:15 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Sun, GuinanX ; > stable@dpdk.org > Subject: [PATCH v2] net/ice: fix flow validation for unsupported patterns >=20 > When loading the OS default package and the pipeline mode is enabled by t= he > "pipeline-mode-support=3D1" operation. In this case, the wrong parser is = selected > for processing and it will cause the unsupported > patterns(pppoes/pfcp/l2tpv3/esp/ah) to be validated successfully. > This patch corrects the parser selection issue. >=20 > Fixes: 47d460d63233 ("net/ice: rework switch filter") > Cc: stable@dpdk.org >=20 > Signed-off-by: Guinan Sun Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi