From patchwork Thu Apr 28 07:40:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 110412 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 64E8EA04FF; Thu, 28 Apr 2022 09:41:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5E2AD41109; Thu, 28 Apr 2022 09:41:13 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 1C378410DC for ; Thu, 28 Apr 2022 09:41:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651131672; x=1682667672; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Y89Z6Yqe1Csrhy4sCf+6w3+sN9U+dGNQtwn4wWVBrOA=; b=BvYQcJxfyJWc/FSrvQ8yBlDb8sbJxFj7nRcrFAFSRe3RXkQhUHTihNjr Ra6t+0nASxdJkRbRBf8nB5Zi+8vBrQV58R1JZo6c0OaHkdZ2+IpQcQLjJ qplCswX2Qi0s/0ImmquBPX+F/apReQxW5uBFupNJ4SX6R8NCSwiY47/8+ I/lHAYcsZuqf9cCg5PdVZpFZnVg094yweDmt4hxf/l5ql46R7T0bU99dZ asSagnc1yqmmmeJ24a2kd4Zqm7mUTxCALLcezc6JgzVPM+uI1Y6yF0O4q 0ar+0gux6a9Eo4JrN9dU3AdVXt8knz7yqkR6bBq8Wkp26ZN6tjPfb8qVF g==; X-IronPort-AV: E=McAfee;i="6400,9594,10330"; a="326686374" X-IronPort-AV: E=Sophos;i="5.90,295,1643702400"; d="scan'208";a="326686374" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 00:41:10 -0700 X-IronPort-AV: E=Sophos;i="5.90,295,1643702400"; d="scan'208";a="661615843" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 00:41:09 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 1/2] test_plans/vdev_primary_secondary_test_plan: fix testcase2 app name error issue Date: Thu, 28 Apr 2022 07:40:57 +0000 Message-Id: <20220428074057.42248-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 v1: test_plans/vdev_primary_secondary_test_plan: 1)Fix testcase2 app name error issue. 2)Change testcase1 testpmd fwd mode from `set fwd txonly` and `start` to `set fwd mac` and `start tx_first` take VM and testpmd can loop the traffic. v2: Delete testcase1 step 1 `Bind one port to vfio-pci` because this case no need to use port. Signed-off-by: Wei Ling --- test_plans/vdev_primary_secondary_test_plan.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/test_plans/vdev_primary_secondary_test_plan.rst b/test_plans/vdev_primary_secondary_test_plan.rst index b98d2d04..0a68937e 100644 --- a/test_plans/vdev_primary_secondary_test_plan.rst +++ b/test_plans/vdev_primary_secondary_test_plan.rst @@ -126,11 +126,9 @@ between processes, so proper rollback action should be considered. Test Case 1: Virtio-pmd primary and secondary process symmetric test ==================================================================== -1. Bind one port to vfio-pci, launch testpmd by below command:: +1. Launch testpmd by below command:: .//app/dpdk-testpmd -l 1-6 -n 4 --file-prefix=vhost --vdev 'net_vhost,iface=vhost-net,queues=2,client=1' --vdev 'net_vhost1,iface=vhost-net1,queues=2,client=1' -- -i --nb-cores=4 --rxq=2 --txq=2 --txd=1024 --rxd=1024 - testpmd>set fwd txonly - testpmd>start 2. Launch VM with two virtio ports, must set queues=2 as app receive packets from special queue which index same with proc-id:: @@ -156,7 +154,12 @@ Test Case 1: Virtio-pmd primary and secondary process symmetric test .//examples/dpdk-symmetric_mp -l 1 -n 4 --proc-type=auto -- -p 3 --num-procs=2 --proc-id=0 .//examples/dpdk-symmetric_mp -l 2 -n 4 --proc-type=secondary -- -p 3 --num-procs=2 --proc-id=1 -5. Quit all process, check the packets number in rx/tx statistic like below for both primary process and secondary process:: +5. Send packets from vhost testpmd:: + + testpmd> set fwd mac + testpmd> start tx_first + +6. Quit all process, check the packets number in rx/tx statistic like below for both primary process and secondary process:: Port 0: RX - 27511680, TX - 256, Drop - 27499168 Port 1: RX - 27499424, TX - 256, Drop - 27511424 @@ -191,7 +194,7 @@ Test Case 2: Virtio-pmd primary and secondary process hotplug test 4. Start sample code as primary process:: - .//examples/dpdk-symmetric_mp --proc-type=auto -- -p 3 --num-procs=2 --proc-id=0 + .//examples/dpdk-hotplug_mp --proc-type=auto -- -p 3 --num-procs=2 --proc-id=0 example> list list all etherdev 0 0000:00:05.0 @@ -199,7 +202,7 @@ Test Case 2: Virtio-pmd primary and secondary process hotplug test 5. Start sample code as secondary process:: - .//examples/dpdk-symmetric_mp --proc-type=secondary -- -p 3 --num-procs=2 --proc-id=1 + .//examples/dpdk-hotplug_mp --proc-type=secondary -- -p 3 --num-procs=2 --proc-id=1 example> list list all etherdev 0 0000:00:05.0