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 6395941D39; Wed, 22 Feb 2023 08:53:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D51F40697; Wed, 22 Feb 2023 08:53:37 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 4456E40693 for ; Wed, 22 Feb 2023 08:53:35 +0100 (CET) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH v2] mem: fix displaying heap ID failed for heap info command Date: Wed, 22 Feb 2023 08:53:29 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D87767@smartserver.smartshare.dk> In-Reply-To: <20230222074953.22715-1-lihuisong@huawei.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v2] mem: fix displaying heap ID failed for heap info command Thread-Index: AdlGkmRHRF0W6RQbRpyQAl1TAeU0TgAAC+GA References: <20230209030341.9697-1-lihuisong@huawei.com> <20230222074953.22715-1-lihuisong@huawei.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Huisong Li" , Cc: , , , 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 > From: Huisong Li [mailto:lihuisong@huawei.com] > Sent: Wednesday, 22 February 2023 08.50 o command >=20 > The telemetry lib has added a allowed characters set for dictionary = names. > Please see commit 2537fb0c5f34 ("telemetry: limit characters allowed = in > dictionary names") >=20 > The space is not in this set, which cause the heap ID in = /eal/heap_info > cannot be displayed. Additionally, 'heap' is also misspelling. So use > 'Heap_id' to replace 'Head id'. >=20 > Fixes: e6732d0d6e26 ("mem: add telemetry infos") > Fixes: 2537fb0c5f34 ("telemetry: limit characters allowed in = dictionary > names") > Cc: stable@dpdk.org >=20 > Signed-off-by: Huisong Li > Acked-by: Chengwen Feng > --- Reviewed-by: Morten Br=F8rup