Hi > -----Original Message----- > From: Andrew Rybchenko <[email protected]> > Sent: Friday, June 4, 2021 22:42 > To: [email protected] > Cc: Ivan Ilchenko <[email protected]>; Li, Xiaoyun > <[email protected]> > Subject: [PATCH 11/11] app/testpmd: add option to display extended statistics > > From: Ivan Ilchenko <[email protected]> > > 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 <[email protected]> > Signed-off-by: Andrew Rybchenko <[email protected]> > --- > 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 <[email protected]>

