Re: [dpdk-dev] [PATCH] app/testpmd: change log level at run time

2018-01-20 Thread Thomas Monjalon
19/01/2018 23:19, Elza Mathew: > @@ -16026,6 +16078,7 @@ struct cmd_cmdfile_result { > (cmdline_parse_inst_t *)&cmd_set_link_down, > (cmdline_parse_inst_t *)&cmd_reset, > (cmdline_parse_inst_t *)&cmd_set_numbers, > + (cmdline_parse_inst_t *)&cmd_set_log, > (cmdline_parse

Re: [dpdk-dev] [PATCH] app/testpmd: change log level at run time

2018-01-19 Thread Ferruh Yigit
On 1/19/2018 10:19 PM, Elza Mathew wrote: > Introduced a run time command to change the > log level for a given log type. Added the > necessary documentation. > > Signed-off-by: Elza Mathew Reviewed-by: Ferruh Yigit

[dpdk-dev] [PATCH] app/testpmd: change log level at run time

2018-01-19 Thread Elza Mathew
Introduced a run time command to change the log level for a given log type. Added the necessary documentation. Signed-off-by: Elza Mathew --- app/test-pmd/cmdline.c | 53 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 19 +++ 2 files chan