From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1E5D9DE3 for ; Fri, 27 Jan 2017 11:50:05 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 27 Jan 2017 02:50:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,294,1477983600"; d="scan'208";a="218283212" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga004.fm.intel.com with ESMTP; 27 Jan 2017 02:50:03 -0800 From: Bernard Iremonger To: dev@dpdk.org, jingjing.wu@intel.com Cc: Bernard Iremonger Date: Fri, 27 Jan 2017 10:49:58 +0000 Message-Id: <1485514200-25230-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1485354963-17326-1-git-send-email-bernard.iremonger@intel.com> References: <1485354963-17326-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v6 0/2] app/testpmd: enable VMDq in testpmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 10:50:06 -0000 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