mbox series

[0/3] Fixes for testpmd

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

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(-)
  

Comments

humin (Q) March 20, 2021, 1:19 a.m. UTC | #1
Hi, Ferruh and all,
	have any comments about this set of patches?
	thanks.

在 2021/3/5 18:22, Lijun Ou 写道:
> 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(-)
>
  
lihuisong (C) April 20, 2021, 7:35 a.m. UTC | #2
Hi, Ferruh and Xiaoyun,

Lijun has other arrangements, I will be responsible for closing this 
patchset.
V2 has been sent. Please review. Thanks!

在 2021/3/5 18:22, Lijun Ou 写道:
> 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(-)
>