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

2017-06-07 Thread De Lara Guarch, Pablo
Hi Jingjing, > -Original Message- > From: Wu, Jingjing > Sent: Wednesday, June 07, 2017 10:12 AM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: RE: [PATCH] app/testpmd: print statistics periodically > > > > > -Original Message- > > From: De Lara Guarch, Pablo > > Sent

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

2017-06-07 Thread Wu, Jingjing
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Monday, May 29, 2017 5:39 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] app/testpmd: print statistics periodically > > Add parameter to print port statistics periodically > (disabled by defa

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

2017-05-28 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 --- app/test-pmd/parameters.c | 1