From patchwork Thu Sep 10 10:57:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wang, Yinan" X-Patchwork-Id: 77097 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8B1F1A04B5; Thu, 10 Sep 2020 04:07:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 831331B9B7; Thu, 10 Sep 2020 04:07:02 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 65BC82BA8 for ; Thu, 10 Sep 2020 04:07:01 +0200 (CEST) IronPort-SDR: 4qRx+TjiOQVrN6e3apTzSw0eJ8vqqi8O3LznkNJbUm07oexS18I1ncHoQHb0Voe9GACsQ9I5AY DxOLRIAtoZWQ== X-IronPort-AV: E=McAfee;i="6000,8403,9739"; a="138488190" X-IronPort-AV: E=Sophos;i="5.76,411,1592895600"; d="scan'208";a="138488190" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2020 19:06:59 -0700 IronPort-SDR: DRKSolvZhlegcd/QVn9gL4kmXQ5zFgxwD0kMYNo4GbK5IlZb5PRZsS52RV4/mr96Rm4odajNT+ khMuHMLed0FQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,411,1592895600"; d="scan'208";a="344095023" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by orsmga007.jf.intel.com with ESMTP; 09 Sep 2020 19:06:58 -0700 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Thu, 10 Sep 2020 06:57:24 -0400 Message-Id: <20200910105724.25973-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH v1] test_plans/vhost_virtio_pmd_interrupt_test_plan.rst X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" Update typo issue. Signed-off-by: Yinan Wang --- test_plans/vhost_virtio_pmd_interrupt_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/vhost_virtio_pmd_interrupt_test_plan.rst b/test_plans/vhost_virtio_pmd_interrupt_test_plan.rst index 790357e..762ef72 100644 --- a/test_plans/vhost_virtio_pmd_interrupt_test_plan.rst +++ b/test_plans/vhost_virtio_pmd_interrupt_test_plan.rst @@ -212,7 +212,7 @@ Test Case 4: Packed ring virtio interrupt test with 16 queues Test Case 5: Basic virtio interrupt test with 16 queues and cbdma enabled ========================================================================= -1. Bind four cbdma ports and one NIC port to igb_uio, then launch testpmd by below command:: +1. Bind 16 cbdma ports and one NIC port to igb_uio, then launch testpmd by below command:: ./testpmd -c 0x1ffff -n 4 --vdev 'eth_vhost0,iface=vhost-net,queues=16,dmas=[txq0@80:04.0;txq1@80:04.1;txq2@80:04.2;txq3@80:04.3;txq4@80:04.4;txq5@80:04.5;txq6@80:04.6;txq7@80:04.7;txq8@00:04.0;txq9@00:04.1;txq10@00:04.2;txq11@00:04.3;txq12@00:04.4;txq13@00:04.5;txq14@00:04.6;txq15@00:04.7],dmathr=1024' -- -i --nb-cores=16 --rxq=16 --txq=16 --rss-ip @@ -277,4 +277,4 @@ Test Case 6: Basic virtio-1.0 interrupt test with 4 queues and cbdma enabled 6. Change dest IP address to fixed ip, packets will distribute to 1 queue, check l3fwd-power log that only one related core is waked up. -7. Stop the date transmitter, check all related core will be back to sleep status. \ No newline at end of file +7. Stop the date transmitter, check all related core will be back to sleep status.