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 F061FA2EDB for ; Fri, 6 Sep 2019 08:57:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D457E1F15C; Fri, 6 Sep 2019 08:57:39 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 073501F156 for ; Fri, 6 Sep 2019 08:57:38 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2019 23:57:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,472,1559545200"; d="scan'208";a="185703908" Received: from dpdk-moyufen06.sh.intel.com ([10.67.117.220]) by orsmga003.jf.intel.com with ESMTP; 05 Sep 2019 23:57:37 -0700 From: yufengmx To: dts@dpdk.org, yinan.wang@intel.com, zhaoyan.chen@intel.com, lihongx.ma@intel.com Cc: yufengmx Date: Fri, 6 Sep 2019 14:58:55 +0800 Message-Id: <20190906065855.11673-2-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190906065855.11673-1-yufengx.mo@intel.com> References: <20190906065855.11673-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 1/1] test_plans/virtio_user_as_exceptional_path: fix clerical 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" error Fix clerical error. In fact, two queues are used but not one. Signed-off-by: yufengmx --- test_plans/virtio_user_as_exceptional_path_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/virtio_user_as_exceptional_path_test_plan.rst b/test_plans/virtio_user_as_exceptional_path_test_plan.rst index ef6e4a8..a261e15 100644 --- a/test_plans/virtio_user_as_exceptional_path_test_plan.rst +++ b/test_plans/virtio_user_as_exceptional_path_test_plan.rst @@ -153,7 +153,7 @@ Flow: tap0<-->vhost-net<-->virtio_user<-->nic0<-->TG ufw disable -2. Bind the physical port to igb_uio, launch testpmd with one queue for virtio_user:: +2. Bind the physical port to igb_uio, launch testpmd with two queues for virtio_user:: ./dpdk-devbind.py -b igb_uio xx:xx.x # xx:xx.x is the pci addr of nic0 ./testpmd -l 1-2 -n 4 --socket-mem 1024,1024 --file-prefix=test2 --vdev=virtio_user0,mac=00:01:02:03:04:05,path=/dev/vhost-net,queue_size=1024,queues=2 -- -i --rxd=1024 --txd=1024 --txq=2 --rxq=2 --nb-cores=1 -- 2.21.0