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 71E0CA0C41 for ; Thu, 21 Oct 2021 13:32:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D987411E7; Thu, 21 Oct 2021 13:32:19 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 9C39A4116A; Thu, 21 Oct 2021 13:32:16 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10143"; a="228959262" X-IronPort-AV: E=Sophos;i="5.87,169,1631602800"; d="scan'208";a="228959262" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Oct 2021 04:32:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,169,1631602800"; d="scan'208";a="495099374" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga008.jf.intel.com with ESMTP; 21 Oct 2021 04:32:15 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) 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; Thu, 21 Oct 2021 04:32:14 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Thu, 21 Oct 2021 19:32:12 +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; Thu, 21 Oct 2021 19:32:12 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [PATCH v2] net/ice: fix TM hierarchy commit flag not reset correctly Thread-Index: AQHXxkFHSR//uOYqfkK+u193Ljm3rKvdUd1w Date: Thu, 21 Oct 2021 11:32:12 +0000 Message-ID: <965a6bd480b4428682d3a5017b32b789@intel.com> References: <20211014065152.102685-1-ting.xu@intel.com> <20211021055407.129489-1-ting.xu@intel.com> In-Reply-To: <20211021055407.129489-1-ting.xu@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-stable] [PATCH v2] net/ice: fix TM hierarchy commit flag not reset correctly X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Xu, Ting > Sent: Thursday, October 21, 2021 1:54 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Xu, Ting ; stable@dpdk.org > Subject: [PATCH v2] net/ice: fix TM hierarchy commit flag not reset corre= ctly >=20 > After DCF commits TM hierarchy configuration, the commit flag is set to a= void > duplicated commit. But the flag is not reset after device stop, which pre= vents > the update of hierarchy configuration unless close the device. It is not > reasonable. This patch fix to reset the commit flag after device stop. Th= en users > can delete and add nodes to commit a new TM hierarchy configuration. >=20 > Fixes: 3a6bfc37eaf4 ("net/ice: support QoS config VF bandwidth in DCF") > Cc: stable@dpdk.org >=20 > Signed-off-by: Ting Xu =09 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi