Re: [PATCH v2] mem: fix displaying heap ID failed for heap info command

2023-03-12 Thread Thomas Monjalon
22/02/2023 08:53, Morten Brørup: > > From: Huisong Li [mailto:lihuis...@huawei.com] > > Sent: Wednesday, 22 February 2023 08.50 > o command > > > > The telemetry lib has added a allowed characters set for dictionary names. > > Please see commit 2537fb0c5f34 ("telemetry: limit characters allowed in

RE: [PATCH v2] mem: fix displaying heap ID failed for heap info command

2023-02-21 Thread Morten Brørup
> From: Huisong Li [mailto:lihuis...@huawei.com] > Sent: Wednesday, 22 February 2023 08.50 o command > > The telemetry lib has added a allowed characters set for dictionary names. > Please see commit 2537fb0c5f34 ("telemetry: limit characters allowed in > dictionary names") > > The space is not i

[PATCH v2] mem: fix displaying heap ID failed for heap info command

2023-02-21 Thread Huisong Li
The telemetry lib has added a allowed characters set for dictionary names. Please see commit 2537fb0c5f34 ("telemetry: limit characters allowed in dictionary names") The space is not in this set, which cause the heap ID in /eal/heap_info cannot be displayed. Additionally, 'heap' is also misspellin