From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9C518A0C45; Wed, 22 Sep 2021 09:29:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 293C34069E; Wed, 22 Sep 2021 09:29:47 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 07FFD40141; Wed, 22 Sep 2021 09:29:44 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10114"; a="284549026" X-IronPort-AV: E=Sophos;i="5.85,313,1624345200"; d="scan'208";a="284549026" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2021 00:29:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,313,1624345200"; d="scan'208";a="474416909" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga007.jf.intel.com with ESMTP; 22 Sep 2021 00:29:41 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Wed, 22 Sep 2021 00:29:40 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Wed, 22 Sep 2021 15:29:38 +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.2242.012; Wed, 22 Sep 2021 15:29:38 +0800 From: "Zhang, Qi Z" To: "Zhang, Yuying" , "dev@dpdk.org" , "Yigit, Ferruh" CC: "stable@dpdk.org" Thread-Topic: [PATCH v4] net/ice: fix flow priority support in non-pipeline mode Thread-Index: AQHXrFvhAZ9c3ktCGkO320SzZmNA9KuvrlhA Date: Wed, 22 Sep 2021 07:29:38 +0000 Message-ID: References: <20210908045827.3402519-1-yuying.zhang@intel.com> <20210918064930.3623237-1-yuying.zhang@intel.com> In-Reply-To: <20210918064930.3623237-1-yuying.zhang@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.6.200.16 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 v4] net/ice: fix flow priority support in non-pipeline mode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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: Zhang, Yuying > Sent: Saturday, September 18, 2021 2:50 PM > To: dev@dpdk.org; Zhang, Qi Z ; Yigit, Ferruh > > Cc: Zhang, Yuying ; stable@dpdk.org > Subject: [PATCH v4] net/ice: fix flow priority support in non-pipeline mo= de >=20 > Lower values denote higher priority with 0 as the maximum. > The usage of priority in non-pipeline mode is wrong. >=20 > This patch fixed this issue in switch filter and added input validation o= f priority > in FDIR, RSS and ACL filter which only support one priority level. >=20 > Fixes: 2321e34c23b3 ("net/ice: support flow priority for DCF switch filte= r") > Cc: stable@dpdk.org >=20 > Signed-off-by: Yuying Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi