.org; Asaf Penso
> Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: add memory dump
> command
>
> On 4/5/2020 3:49 AM, Xueming Li wrote:
> > Introduce new command to dump memory statistics of each socket,
> > summary, also show changes since last call.
> >
> > U
On 4/5/2020 3:49 AM, Xueming Li wrote:
> Introduce new command to dump memory statistics of each socket,
> summary, also show changes since last call.
>
> Usage:
> dump_socket_mem
>
> Signed-off-by: Xueming Li
<...>
> @@ -9576,6 +9626,8 @@ static void cmd_dump_parsed(void *parsed_result,
>
Introduce new command to dump memory statistics of each socket,
summary, also show changes since last call.
Usage:
dump_socket_mem
Signed-off-by: Xueming Li
---
app/test-pmd/cmdline.c | 53 +
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 6 +
v0: initial version
v1: update user guide
v2: change CLI to "dump_socket_mem
change memory unit MB caculation from 1e6 to 1024*1024
Xueming Li (1):
app/testpmd: add memory dump command
app/test-pmd/cmdline.c | 53 +
doc/guides/testpmd_app_ug
4 matches
Mail list logo