Re: [dpdk-dev] [PATCH 11/11] app/testpmd: add option to display extended statistics
From: Li, Xiaoyun <hidden>
Date: 2021-07-06 08:54:43
From: Li, Xiaoyun <hidden>
Date: 2021-07-06 08:54:43
Hi
-----Original Message----- From: Andrew Rybchenko <redacted> Sent: Friday, June 4, 2021 22:42 To: dev@dpdk.org Cc: Ivan Ilchenko <redacted>; Li, Xiaoyun [off-list ref] Subject: [PATCH 11/11] app/testpmd: add option to display extended statistics From: Ivan Ilchenko <redacted> 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 <redacted> Signed-off-by: Andrew Rybchenko <redacted> --- 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 <redacted>