From patchwork Fri May 27 03:48:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 111952 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 5E8C0A055C; Fri, 27 May 2022 05:49:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 579C840E50; Fri, 27 May 2022 05:49:06 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id ECBCE40DF7 for ; Fri, 27 May 2022 05:49:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653623345; x=1685159345; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=NvRhKOXta/s7o/ATYA6cTqGSolIKfpsw42k5odKHu1U=; b=cetVIPhgbmnfvNG/WnOKVvttp2wOXlhlcx8iPx0IcT4BznVCG/180M6S z0q0u++xdMxh5pN4EZELMxi0gyblrvCXV2cx9DXykXUmitQ1IsqrUJxx/ zBcGJCdk09JqQL2tiJwlC5IyUbh0ciySHk8qB+4WiDlEC3mXtEE7V5nlz 2SZ89zaGF6vcUn9JRl7STQqaVHiRsXBTrfbhNrRn/DyR8/712vi5lOdqb LU3/qgqHeYYdQx+ji5/AdONyOHq4Ry1Zzu3L1oGMskRB5B/hPC/baHkY3 Yy5N0xx5nQFknx6wf3KECus0txEw+McxFLhmLQ4Qck6uyFxLBFIx1myG9 w==; X-IronPort-AV: E=McAfee;i="6400,9594,10359"; a="261988562" X-IronPort-AV: E=Sophos;i="5.91,254,1647327600"; d="scan'208";a="261988562" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2022 20:49:03 -0700 X-IronPort-AV: E=Sophos;i="5.91,254,1647327600"; d="scan'208";a="718575458" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2022 20:49:02 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 2/2] test_plans/vhost_virtio_user_interrupt_cbdma_test_plan: delete -P parameter when start l3fwd-power Date: Thu, 26 May 2022 23:48:11 -0400 Message-Id: <20220527034811.530325-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.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 If start dpdk-l3fwd-power with -P parameter, it will start failed, so delete -P parameter. Signed-off-by: Wei Ling Acked-by: Xingguang He --- test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst b/test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst index ccb74438..c823f98e 100644 --- a/test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst +++ b/test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst @@ -50,7 +50,7 @@ flow: TG --> NIC --> Vhost --> Virtio 2. Start l3fwd-power with a virtio-user device:: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-power -c 0xc000 -n 4 --log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd \ - --vdev=virtio_user0,path=./vhost-net -- -p 1 -P --config="(0,0,14)" --parse-ptype + --vdev=virtio_user0,path=./vhost-net -- -p 1 --config="(0,0,14)" --parse-ptype 3. Send packets with packet generator, check the virtio-user related core can be wakeup status. @@ -98,7 +98,7 @@ flow: TG --> NIC --> Vhost --> Virtio 2. Start l3fwd-power with a virtio-user device:: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-power -c 0xc000 -n 4 --log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd \ - --vdev=virtio_user0,path=./vhost-net,packed_vq=1 -- -p 1 -P --config="(0,0,14)" --parse-ptype + --vdev=virtio_user0,path=./vhost-net,packed_vq=1 -- -p 1 --config="(0,0,14)" --parse-ptype 3. Send packets with packet generator, check the virtio-user related core can be wakeup status.