From patchwork Wed Sep 23 16:48:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wang, Yinan" X-Patchwork-Id: 78505 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 3D329A04B1; Wed, 23 Sep 2020 09:59:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 18FFE1C23F; Wed, 23 Sep 2020 09:59:37 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id DBD901BFC6 for ; Wed, 23 Sep 2020 09:59:35 +0200 (CEST) IronPort-SDR: pldGYSGNv3PlOaPGY3vaxeUIE+8oE176cPua3TACoKD9dPP+SDspDLjz5759u065mWjyw9Frx6 Md62+R2PqPJg== X-IronPort-AV: E=McAfee;i="6000,8403,9752"; a="158208590" X-IronPort-AV: E=Sophos;i="5.77,293,1596524400"; d="scan'208";a="158208590" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Sep 2020 00:59:34 -0700 IronPort-SDR: jgzuR5fGy8Pj/6ls2G91AV4SDEIPH+ZnFn3wXZb9j82pgM2f3jVhGoV6+gFx7vlXQLUFfbETc1 I5rMH2n8BOnw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,293,1596524400"; d="scan'208";a="309813632" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by orsmga006.jf.intel.com with ESMTP; 23 Sep 2020 00:59:34 -0700 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Wed, 23 Sep 2020 12:48:19 -0400 Message-Id: <20200923164819.1266224-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH v1] test_plans/virtio_event_idx_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/virtio_event_idx_interrupt_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/virtio_event_idx_interrupt_test_plan.rst b/test_plans/virtio_event_idx_interrupt_test_plan.rst index eb26a13..af527f6 100644 --- a/test_plans/virtio_event_idx_interrupt_test_plan.rst +++ b/test_plans/virtio_event_idx_interrupt_test_plan.rst @@ -299,7 +299,7 @@ Test Case 7: Split ring virtio-pci driver reload test with CBDMA enabled Test Case 8: Wake up split ring virtio-net cores with event idx interrupt mode and cbdma enabled 16 queues test ================================================================================================================ -1. Bind one nic port to igb_uio, then launch the vhost sample by below commands:: +1. Bind one nic port and 16 cbdma channels to igb_uio, then launch the vhost sample by below commands:: rm -rf vhost-net* ./testpmd -l 1-17 -n 4 --file-prefix=vhost --vdev 'net_vhost,iface=vhost-net,queues=16,client=1,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=64' -- -i --nb-cores=16 --txd=1024 --rxd=1024 --rxq=16 --txq=16