[dpdk-dev] [PATCH v6 0/2] app/testpmd: enable VMDq in testpmd

Bernard Iremonger bernard.iremonger at intel.com
Fri Jan 27 11:49:58 CET 2017


Changes in v6:
Rebased to latest dpdk-next-net
Removed i40e patch from this patchset and sent it as a standalone patch.
Fixed checkpatch warning in testpmd.c.

Changes in v5:
Rebase to latest dpdk-next-net
Reworked init_port_vmdq_config() function in testpmd.
Added patch 3, fix to  stop_port() function in testpmd.

Changes in v4:
Rebase to latest dpdk-next-net
Replaced I40E_ERR_BAD_PTR with -EFAULT.

Changes in v3
Fix checkpatch  warning in testpmd.c
Tidy debug code in testpmd.c

Changes in v2:
These two patches were previously part of the following patchset:
[PATCH v7 00/27] Support VFD on i40e

They are being submitted seperately as they are not needed for VFD.
The net/i40e patch has been revised.
The testpmd patch is needed to setup VMDq in order to test the fix.

Bernard Iremonger (2):
  app/testpmd: add command to configure VMDq
  app/testpmd: fix port stop

 app/test-pmd/cmdline.c                      |  72 ++++++++-
 app/test-pmd/config.c                       |  14 +-
 app/test-pmd/parameters.c                   |  15 +-
 app/test-pmd/testpmd.c                      | 224 +++++++++++++++++++++++++++-
 app/test-pmd/testpmd.h                      |   7 +-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  18 ++-
 6 files changed, 336 insertions(+), 14 deletions(-)

-- 
2.10.1



More information about the dev mailing list