mbox

[RFC,0/2] fix queue stats mapping

Message ID 1603179048-30400-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers

Message

humin (Q) Oct. 20, 2020, 7:30 a.m. UTC
  From: Huisong Li <lihuisong@huawei.com>

This patch set is used to adjust the unreasonable configurations
 and runtime errors about rx/tx queue stats mapping.

Huisong Li (2):
  app/testpmd: fix queue stats mapping configuration
  app/testpmd: fix starting failed with queue-stats-mapping

 app/test-pmd/config.c     | 180 ++++++++++++++++++++++++++++-----------------
 app/test-pmd/parameters.c |  63 ++++++++--------
 app/test-pmd/testpmd.c    | 182 ++++++++++++++++++++++++++++++++--------------
 app/test-pmd/testpmd.h    |  41 +++++------
 4 files changed, 293 insertions(+), 173 deletions(-)