mbox

[0/3] Fixes for testpmd

Message ID 1614939741-63927-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers

Message

Lijun Ou March 5, 2021, 10:22 a.m. UTC
  This series add two test bug fixes and a print style.

Hongbo Zheng (1):
  app/testpmd: use of Rx/Tx in testpmd

Huisong Li (2):
  app/testpmd: fix forwarding configuration when DCB test
  app/testpmd: remove forwarding config from parsing Rx and Tx

 app/test-pmd/cmdline.c     | 106 ++++++++++++++++----------------
 app/test-pmd/config.c      | 147 +++++++++++++++++++++++++--------------------
 app/test-pmd/csumonly.c    |  22 +++----
 app/test-pmd/icmpecho.c    |   2 +-
 app/test-pmd/ieee1588fwd.c |  18 +++---
 app/test-pmd/parameters.c  |  50 +++++++--------
 app/test-pmd/testpmd.c     | 132 ++++++++++++++++++++--------------------
 app/test-pmd/testpmd.h     |  28 ++++-----
 app/test-pmd/txonly.c      |   2 +-
 9 files changed, 263 insertions(+), 244 deletions(-)