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

2017-07-06 Thread De Lara Guarch, Pablo
pmd: print statistics > periodically > > -Original Message- > > Date: Thu, 6 Jul 2017 02:52:05 +0100 > > From: Pablo de Lara > > To: jingjing...@intel.com, tho...@monjalon.net > > CC: dev@dpdk.org, Pablo de Lara > > Subject: [dpdk-dev] [PATCH v4] app/testp

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

2017-07-06 Thread De Lara Guarch, Pablo
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, July 6, 2017 11:16 AM > To: De Lara Guarch, Pablo > Cc: Wu, Jingjing ; dev@dpdk.org > Subject: Re: [PATCH v4] app/testpmd: print statistics periodically > > 06/07/2017 03:52, Pablo de Lara: > > A

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

2017-07-06 Thread Thomas Monjalon
06/07/2017 03:52, 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

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

2017-07-06 Thread Jerin Jacob
-Original Message- > Date: Thu, 6 Jul 2017 02:52:05 +0100 > From: Pablo de Lara > To: jingjing...@intel.com, tho...@monjalon.net > CC: dev@dpdk.org, Pablo de Lara > Subject: [dpdk-dev] [PATCH v4] app/testpmd: print statistics periodically > X-Mailer: git-send-em

[dpdk-dev] [PATCH v4] 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 --- Changes in v4: -