> From: Thomas Monjalon [mailto:[email protected]]
> Sent: Tuesday, 14 October 2025 14.34
> 
> In order to make dump commands look like other commands
> which have keywords separated with space,
> replace these commands:
>       - dump_physmem
>       - dump_socket_mem
>       - dump_memzone
>       - dump_struct_sizes
>       - dump_ring [name]
>       - dump_mempool [name]
>       - dump_devargs
>       - dump_lcores
>       - dump_trace
>       - dump_log_types
> with these ones:
>       - dump physmem
>       - dump socket_mem
>       - dump memzone
>       - dump struct_sizes
>       - dump ring [name]
>       - dump mempool [name]
>       - dump devargs
>       - dump lcores
>       - dump trace
>       - dump log_types
> 
> Both parsing functions (with and without name argument)
> are merged together.
> 
> The function cmd_dump_init() is removed
> as it seems useless to define tokens at runtime.
> 
> Trace is explicitly warned as not supported on Windows,
> because #ifndef in the tokens is not possible with MSVC.
> 
> Signed-off-by: Thomas Monjalon <[email protected]>
> ---

Acked-by: Morten Brørup <[email protected]>

Reply via email to