Re: [dpdk-dev] [PATCH v5] app/testpmd: print statistics periodically

2017-07-06 Thread Thomas Monjalon
06/07/2017 05:05, Pablo de Lara: > Add parameter to print port statistics periodically > (disabled by default), if interactive mode is not enabled. > > This is useful to allow the user to see port statistics > without having to get into the internal command line. > > Signed-off-by: Pablo de Lara

[dpdk-dev] [PATCH v5] app/testpmd: print statistics periodically

2017-07-06 Thread Pablo de Lara
Add parameter to print port statistics periodically (disabled by default), if interactive mode is not enabled. This is useful to allow the user to see port statistics without having to get into the internal command line. Signed-off-by: Pablo de Lara Acked-by: Jingjing Wu Tested-by: Jerin Jacob