From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 237A5A04B5; Thu, 10 Sep 2020 04:05:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1BFBD1B9B7; Thu, 10 Sep 2020 04:05:23 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 0185D2BA8 for ; Thu, 10 Sep 2020 04:05:21 +0200 (CEST) IronPort-SDR: tqzYU9iYNBDp6GbCtDLnsWvT2o7TLBYztfI0I99wPGr4mPnt42pWuNAmtFRpDSHjlnbdk96CWE vrvXULalx32Q== X-IronPort-AV: E=McAfee;i="6000,8403,9739"; a="137973622" X-IronPort-AV: E=Sophos;i="5.76,411,1592895600"; d="scan'208";a="137973622" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2020 19:05:20 -0700 IronPort-SDR: krVxNnH/mJHZzGHtDi60eJbEUb84KQ9EaHVuHSKjyrIvRFKYSVcvjIR2IW583vHBFS6nQJ1Goo XKU74US4hO0g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,411,1592895600"; d="scan'208";a="300351769" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by orsmga003.jf.intel.com with ESMTP; 09 Sep 2020 19:05:20 -0700 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Thu, 10 Sep 2020 06:55:45 -0400 Message-Id: <20200910105545.25913-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH v1] test_plans/vhost_virtio_user_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_user_interrupt_test_plan.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_plans/vhost_virtio_user_interrupt_test_plan.rst b/test_plans/vhost_virtio_user_interrupt_test_plan.rst index 0786fb5..07c1d88 100644 --- a/test_plans/vhost_virtio_user_interrupt_test_plan.rst +++ b/test_plans/vhost_virtio_user_interrupt_test_plan.rst @@ -204,9 +204,9 @@ Test Case7: LSC event between vhost-user and virtio-user with split ring and cbd flow: Vhost <--> Virtio -1. Start vhost-user side:: +1. Bind one cbdma port to igb_uio driver, then start vhost-user side:: - ./testpmd -c 0x3000 -n 4 --no-pci --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net,queues=1,client=0,dmas=[txq0@00:04.0]' -- -i + ./testpmd -c 0x3000 -n 4 -w 00:04.0 --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net,queues=1,client=0,dmas=[txq0@00:04.0]' -- -i testpmd>set fwd mac testpmd>start @@ -245,4 +245,4 @@ flow: TG --> NIC --> Vhost --> Virtio 4. Stop sending packets with packet generator, check virtio-user related core change to sleep status. -5. Restart sending packets with packet generator, check virtio-user related core change to wakeup status again. \ No newline at end of file +5. Restart sending packets with packet generator, check virtio-user related core change to wakeup status again. -- 2.25.1