mbox series

[v4,0/6] minor fixes for testpmd

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

Message

Wei Hu (Xavier) Sept. 25, 2020, 12:47 p.m. UTC
  This series are minor fixes for testpmd application.

Chengchang Tang (5):
  app/testpmd: fix missing verification of port id
  app/testpmd: fix VLAN offload configuration when config fail
  app/testpmd: remove restriction on txpkts set
  app/testpmd: fix packet header in txonly mode
  app/testpmd: fix valid desc id check

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

 app/test-pmd/cmdline.c |   9 ++
 app/test-pmd/config.c  | 226 ++++++++++++++++++++++++++++++++++++++-----------
 app/test-pmd/txonly.c  |  32 +++++++
 3 files changed, 218 insertions(+), 49 deletions(-)
  

Comments

Ferruh Yigit Sept. 29, 2020, 3:40 p.m. UTC | #1
On 9/25/2020 1:47 PM, Wei Hu (Xavier) wrote:
> This series are minor fixes for testpmd application.
> 
> Chengchang Tang (5):
>    app/testpmd: fix missing verification of port id
>    app/testpmd: fix VLAN offload configuration when config fail
>    app/testpmd: remove restriction on txpkts set
>    app/testpmd: fix packet header in txonly mode
>    app/testpmd: fix valid desc id check
> 
> Huisong Li (1):
>    app/testpmd: fix displaying Rx Tx queues information
> 

For series,
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Series applied to dpdk-next-net/main, thanks.