mbox series

[v2,0/4] minor fixes for testpmd

Message ID 20200820014204.25035-1-huwei013@chinasoftinc.com (mailing list archive)
Headers
Series minor fixes for testpmd |

Message

Wei Hu (Xavier) Aug. 20, 2020, 1:42 a.m. UTC
  This series are minor fixes for testpmd application.

Chengchang Tang (3):
  app/testpmd: fix missing verification of port id
  app/testpmd: fix VLAN offload configuration when config fail
  app/testpmd: fix packet header in txonly mode

Huisong Li (1):
  app/testpmd: fix displaying Rx Tx queues information

 app/test-pmd/cmdline.c |  9 +++++
 app/test-pmd/config.c  | 80 +++++++++++++++++++++++++++++++-----------
 app/test-pmd/txonly.c  | 32 +++++++++++++++++
 3 files changed, 100 insertions(+), 21 deletions(-)
  

Comments

Wei Hu (Xavier) Sept. 3, 2020, 3:19 a.m. UTC | #1
Hi, all

   Are there any comment?

Thanks

Xavier

On 2020/8/20 9:42, Wei Hu (Xavier) wrote:
> This series are minor fixes for testpmd application.
>
> Chengchang Tang (3):
>    app/testpmd: fix missing verification of port id
>    app/testpmd: fix VLAN offload configuration when config fail
>    app/testpmd: fix packet header in txonly mode
>
> Huisong Li (1):
>    app/testpmd: fix displaying Rx Tx queues information
>
>   app/test-pmd/cmdline.c |  9 +++++
>   app/test-pmd/config.c  | 80 +++++++++++++++++++++++++++++++-----------
>   app/test-pmd/txonly.c  | 32 +++++++++++++++++
>   3 files changed, 100 insertions(+), 21 deletions(-)
>