From patchwork Wed Nov 30 09:55:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yuan, DukaiX" X-Patchwork-Id: 120349 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 36C93A00C2; Wed, 30 Nov 2022 10:59:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4EB2940151; Wed, 30 Nov 2022 10:59:48 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id ACAD04014F for ; Wed, 30 Nov 2022 10:59:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669802386; x=1701338386; h=from:to:cc:subject:date:message-id; bh=OClNMACHNpIUKihLeUaXlKbtL0ONWPUfObQu3GK8tw4=; b=k7x5DMQDgNwsAORA+d/dH8kdK7x6qt+71x1ZN/NItn+anL3QuTQsfiGT nwKMU4mW/d3mqbGP1lvjqEbSDYxY1m51m6upXdmhB/t97oO4LNfcK2LgI p642OWdFMOc8x0yyno8baknKx37vSA/+moKy69orEKZQ2SizAgFFHpLEs fLonfJYyJzsNd01wncZcNZ84NqUAdiTnCw7GHD3gjJjh0pkX5hgaTxvhn prb+ENv/c4ksiQ/rpyiFypl1p5KJHFEmFBrUdk4+q65lmQCy8ZBwK2M8t fT3lkJ67sw4kKVfE1KAr0Bjl0vGXaHUA2OM+cHPLXM1rrODTabGfNXnqz Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="302958804" X-IronPort-AV: E=Sophos;i="5.96,206,1665471600"; d="scan'208";a="302958804" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 01:59:45 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="889227668" X-IronPort-AV: E=Sophos;i="5.96,206,1665471600"; d="scan'208";a="889227668" Received: from unknown (HELO localhost.localdomain) ([10.239.252.15]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 01:59:44 -0800 From: Dukai Yuan To: dts@dpdk.org Cc: Dukai Yuan Subject: [dts][PATCH V1] test_plans/vm2vm_virtio_pmd: fix testplan issue Date: Wed, 30 Nov 2022 17:55:16 +0800 Message-Id: <20221130095516.25984-1-dukaix.yuan@intel.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org In vm2vm topo, no need NIC port to test, so delete bind NIC port to vfio-pci. Signed-off-by: Dukai Yuan Acked-by: Lijuan Tu --- test_plans/vm2vm_virtio_pmd_test_plan.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test_plans/vm2vm_virtio_pmd_test_plan.rst b/test_plans/vm2vm_virtio_pmd_test_plan.rst index 7f47bd02..f0c4c055 100644 --- a/test_plans/vm2vm_virtio_pmd_test_plan.rst +++ b/test_plans/vm2vm_virtio_pmd_test_plan.rst @@ -16,7 +16,7 @@ Virtio-pmd <-> Vhost-user <-> Testpmd <-> Vhost-user <-> Virtio-pmd Test Case 1: VM2VM vhost-user/virtio-pmd with vector_rx path ============================================================ -1. Bind one physical nic port to vfio-pci, then launch the testpmd by below commands:: +1. Launch the testpmd by below commands:: rm -rf vhost-net* ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xc0000 -n 4 --no-pci --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net0,queues=1' --vdev 'net_vhost1,iface=vhost-net1,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 @@ -71,7 +71,7 @@ Test Case 1: VM2VM vhost-user/virtio-pmd with vector_rx path Test Case 2: VM2VM vhost-user/virtio-pmd with normal path ========================================================= -1. Bind one physical nic port to vfio-pci, then launch the testpmd by below commands:: +1. Launch the testpmd by below commands:: rm -rf vhost-net* ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xc0000 -n 4 --no-pci --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net0,queues=1' --vdev 'net_vhost1,iface=vhost-net1,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 @@ -126,7 +126,7 @@ Test Case 2: VM2VM vhost-user/virtio-pmd with normal path Test Case 3: VM2VM vhost-user/virtio1.0-pmd with vector_rx path =============================================================== -1. Bind one physical nic port to vfio-pci, then launch the testpmd by below commands:: +1. Launch the testpmd by below commands:: rm -rf vhost-net* ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xc0000 -n 4 --no-pci --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net0,queues=1' --vdev 'net_vhost1,iface=vhost-net1,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 @@ -181,7 +181,7 @@ Test Case 3: VM2VM vhost-user/virtio1.0-pmd with vector_rx path Test Case 4: VM2VM vhost-user/virtio1.0-pmd with normal path ============================================================ -1. Bind one physical nic port to vfio-pci, then launch the testpmd by below commands:: +1. Launch the testpmd by below commands:: rm -rf vhost-net* ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xc0000 -n 4 --no-pci --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net0,queues=1' --vdev 'net_vhost1,iface=vhost-net1,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 @@ -236,7 +236,7 @@ Test Case 4: VM2VM vhost-user/virtio1.0-pmd with normal path Test Case 5: VM2VM vhost-user/virtio-pmd mergeable path with payload valid check ================================================================================ -1. Bind virtio with vfio-pci driver, launch the testpmd by below commands:: +1. Launch the testpmd by below commands:: ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xc0000 -n 4 --no-pci --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net0,queues=1' --vdev 'net_vhost1,iface=vhost-net1,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac @@ -311,7 +311,7 @@ Test Case 5: VM2VM vhost-user/virtio-pmd mergeable path with payload valid check Test Case 6: VM2VM vhost-user/virtio1.0-pmd mergeable path with payload valid check =================================================================================== -1. Bind virtio with vfio-pci driver, launch the testpmd by below commands:: +1. Launch the testpmd by below commands:: ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xc0000 -n 4 --no-pci --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net0,queues=1' --vdev 'net_vhost1,iface=vhost-net1,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac @@ -386,7 +386,7 @@ Test Case 6: VM2VM vhost-user/virtio1.0-pmd mergeable path with payload valid ch Test Case 7: VM2VM vhost-user/virtio1.1-pmd mergeable path with payload valid check =================================================================================== -1. Bind virtio with vfio-pci driver, launch the testpmd by below commands:: +1. Launch the testpmd by below commands:: ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xc0000 -n 4 --no-pci --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net0,queues=1' --vdev 'net_vhost1,iface=vhost-net1,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024 testpmd>set fwd mac @@ -461,7 +461,7 @@ Test Case 7: VM2VM vhost-user/virtio1.1-pmd mergeable path with payload valid ch Test Case 8: VM2VM vhost-user/virtio1.1-pmd with normal path ============================================================ -1. Bind one physical nic port to vfio-pci, then launch the testpmd by below commands:: +1. Launch the testpmd by below commands:: rm -rf vhost-net* ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xc0000 -n 4 --no-pci --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net0,queues=1' --vdev 'net_vhost1,iface=vhost-net1,queues=1' -- -i --nb-cores=1 --txd=1024 --rxd=1024