Hi > -----Original Message----- > From: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > Sent: Friday, June 4, 2021 22:42 > To: dev@dpdk.org > Cc: Ivan Ilchenko <ivan.ilche...@oktetlabs.ru>; Li, Xiaoyun > <xiaoyun...@intel.com> > Subject: [PATCH 11/11] app/testpmd: add option to display extended statistics > > From: Ivan Ilchenko <ivan.ilche...@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.ilche...@oktetlabs.ru> > Signed-off-by: Andrew Rybchenko <andrew.rybche...@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...@intel.com>