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 8F1F1A0C45; Mon, 13 Sep 2021 02:42:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E9594014F; Mon, 13 Sep 2021 02:42:40 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 6671A40041 for ; Mon, 13 Sep 2021 02:42:37 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10105"; a="285229148" X-IronPort-AV: E=Sophos;i="5.85,288,1624345200"; d="scan'208";a="285229148" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Sep 2021 17:42:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,288,1624345200"; d="scan'208";a="650156657" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga005.jf.intel.com with ESMTP; 12 Sep 2021 17:42:36 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Sun, 12 Sep 2021 17:42:36 -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.2242.12; Mon, 13 Sep 2021 08:42:34 +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; Mon, 13 Sep 2021 08:42:34 +0800 From: "Zhang, Qi Z" To: "Zhang, Yuying" , "dev@dpdk.org" Thread-Topic: [PATCH v3] net/ice: refine flow priority support in PF Thread-Index: AQHXpHCdkK5mapxmOUa3KXX7g/nJGKuhJ2bA Date: Mon, 13 Sep 2021 00:42:34 +0000 Message-ID: <22629539113849f3a967766f68b4c620@intel.com> References: <20210906060005.3152399-1-yuying.zhang@intel.com> <20210908045827.3402519-1-yuying.zhang@intel.com> In-Reply-To: <20210908045827.3402519-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.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 v3] net/ice: refine flow priority support in PF 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: Wednesday, September 8, 2021 12:58 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Zhang, Yuying > Subject: [PATCH v3] net/ice: refine flow priority support in PF >=20 > The usage of priority is converse in pipeline mode and non-pipeline mode. > Refine attribute priority support of flow filter in PF driver. When prior= ity is 0, > rules are created in switch filter first and FDIR is used as backup. When= priority > is 1, rules are all created in switch filter. Other filters don't support= priority 1. > Value 0 denotes higher priority. >=20 > Signed-off-by: Yuying Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi