[PATCH] mem: telemetry support for memseg and element information

2022-05-19 Thread Amit Prakash Shukla
Changes adds telemetry support to display memory occupancy in memseg and the information of the elements allocated from a memseg based on arguments provided by user. This patch adds following endpoints: 1. /eal/active_memseg_list The command displays the memseg list from which the memory has been

Re: [PATCH] mem: telemetry support for memseg and element information

2022-05-19 Thread David Marchand
On Thu, May 19, 2022 at 8:31 AM Amit Prakash Shukla wrote: > diff --git a/lib/eal/common/eal_common_memory.c > b/lib/eal/common/eal_common_memory.c > index 688dc615d7..80dde5f0f4 100644 > --- a/lib/eal/common/eal_common_memory.c > +++ b/lib/eal/common/eal_common_memory.c > @@ -18,6 +18,7 @@ > #i

[PATCH] mem: telemetry support for memseg and element information

2022-05-18 Thread Amit Prakash Shukla
Changes adds telemetry support to display memory occupancy in memseg and the information of the elements allocated from a memseg based on arguments provided by user. This patch adds following endpoints: 1. /eal/active_memseg_list The command displays the memseg list from which the memory has been