[dpdk-dev] [PATCH 11/11] app/testpmd: add option to display extended statistics

Li, Xiaoyun xiaoyun.li at intel.com
Tue Jul 6 10:54:34 CEST 2021


Hi

> -----Original Message-----
> From: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> Sent: Friday, June 4, 2021 22:42
> To: dev at dpdk.org
> Cc: Ivan Ilchenko <ivan.ilchenko at oktetlabs.ru>; Li, Xiaoyun
> <xiaoyun.li at intel.com>
> Subject: [PATCH 11/11] app/testpmd: add option to display extended statistics
> 
> From: Ivan Ilchenko <ivan.ilchenko at oktetlabs.ru>
> 
> Add 'display-xstats' option for using in accompanying with Rx/Tx statistics (i.e.
> 'stats-period' option or 'show port stats' interactive command) to display
> specified list of extended statistics.
> 
> Signed-off-by: Ivan Ilchenko <ivan.ilchenko at oktetlabs.ru>
> Signed-off-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> ---
>  app/test-pmd/cmdline.c                |  56 ++++++++++++
>  app/test-pmd/config.c                 |  66 ++++++++++++++
>  app/test-pmd/parameters.c             |  18 ++++
>  app/test-pmd/testpmd.c                | 122 ++++++++++++++++++++++++++
>  app/test-pmd/testpmd.h                |  21 +++++
>  doc/guides/testpmd_app_ug/run_app.rst |   5 ++
>  6 files changed, 288 insertions(+)
> 

Acked-by: Xiaoyun Li <xiaoyun.li at intel.com>


More information about the dev mailing list