[dpdk-dev] [PATCH 0/6] app/testpmd: add runtime config

Dharmik Thakkar dharmik.thakkar at arm.com
Tue Jul 14 23:51:02 CEST 2020


Meson build system lacks support for
CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and
CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS configuration options.

One solution is to add these options within meson_options.txt

Since adding these as runtime config causes no performance impact,
it makes sense to enable these as runtime config alongside other
available runtime options within testpmd.

Dharmik Thakkar (5):
  app/testpmd: add record-core-cycles runtime config
  doc: add record-core-cycles to testpmd funcs doc
  app/testpmd: add record-burst-stats runtime config
  doc: add record-burst-stats to testpmd funcs doc
  app/testpmd: enable empty polls in 5tswap

Phil Yang (1):
  app/testpmd: enable burst stats for noisy vnf mode

 app/test-pmd/5tswap.c                       | 25 ++----
 app/test-pmd/cmdline.c                      | 92 +++++++++++++++++++++
 app/test-pmd/config.c                       | 12 +++
 app/test-pmd/csumonly.c                     | 24 ++----
 app/test-pmd/flowgen.c                      | 21 ++---
 app/test-pmd/icmpecho.c                     | 24 ++----
 app/test-pmd/iofwd.c                        | 26 ++----
 app/test-pmd/macfwd.c                       | 25 ++----
 app/test-pmd/macswap.c                      | 24 ++----
 app/test-pmd/noisy_vnf.c                    |  4 +
 app/test-pmd/parameters.c                   | 11 ++-
 app/test-pmd/rxonly.c                       | 19 +----
 app/test-pmd/testpmd.c                      | 77 ++++++++---------
 app/test-pmd/testpmd.h                      | 38 +++++++--
 app/test-pmd/txonly.c                       | 20 +----
 doc/guides/testpmd_app_ug/run_app.rst       |  8 ++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 30 +++++++
 17 files changed, 272 insertions(+), 208 deletions(-)

-- 
2.17.1



More information about the dev mailing list