Re: [v2 2/2] eal: add total memory size in memory dump APIs

2024-10-09 Thread Stephen Hemminger
On Tue, 30 Jul 2024 16:33:13 +0530 Gagandeep Singh wrote: > This patch add total memory size dump in memzone and > memsegments dump APIs. > > Signed-off-by: Gagandeep Singh > --- > lib/eal/common/eal_common_memory.c | 2 ++ > lib/eal/common/eal_common_memzone.c | 18 -- > 2 f

[v2 2/2] eal: add total memory size in memory dump APIs

2024-07-30 Thread Gagandeep Singh
This patch add total memory size dump in memzone and memsegments dump APIs. Signed-off-by: Gagandeep Singh --- lib/eal/common/eal_common_memory.c | 2 ++ lib/eal/common/eal_common_memzone.c | 18 -- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/lib/eal/common/