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 92C5DA09E9; Mon, 14 Dec 2020 07:44:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 680762BBD; Mon, 14 Dec 2020 07:44:41 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3606729AC for ; Mon, 14 Dec 2020 07:44:40 +0100 (CET) IronPort-SDR: UIN+igHhQKv4nocan9OD/pSqV24LRX2GmbmnTK4udqDztFJBqZtnS4HID7zqcHqDVxfYH74Eyd BnFLMG67JyMg== X-IronPort-AV: E=McAfee;i="6000,8403,9834"; a="173893973" X-IronPort-AV: E=Sophos;i="5.78,417,1599548400"; d="scan'208";a="173893973" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Dec 2020 22:44:38 -0800 IronPort-SDR: aB3iSPArHKYZ1wsjVmsyjwLV6glKZxBGNJ4UhiilREXdBs2fvyINLjcrSNT6S23eJtkPpLYuZM MLzzuUEZRqMQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,417,1599548400"; d="scan'208";a="332032793" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by fmsmga008.fm.intel.com with ESMTP; 13 Dec 2020 22:44:37 -0800 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Mon, 14 Dec 2020 10:32:22 -0500 Message-Id: <20201214153222.637643-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/vm2vm_virtio_user_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" Add parameter to change vhost/virtio ring size. Signed-off-by: Yinan Wang --- test_plans/vm2vm_virtio_user_test_plan.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test_plans/vm2vm_virtio_user_test_plan.rst b/test_plans/vm2vm_virtio_user_test_plan.rst index 7a6aba91..5068cc16 100644 --- a/test_plans/vm2vm_virtio_user_test_plan.rst +++ b/test_plans/vm2vm_virtio_user_test_plan.rst @@ -801,7 +801,7 @@ Test Case 12: split virtqueue vm2vm inorder mergeable path multi-queues payload ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 7-8 \ --no-pci --file-prefix=virtio1 \ - --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=1 \ + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=1,queue_size=4096 \ -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 testpmd>set fwd rxonly testpmd>start @@ -814,7 +814,7 @@ Test Case 12: split virtqueue vm2vm inorder mergeable path multi-queues payload ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 5-6 \ --no-pci --file-prefix=virtio \ - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=1 \ + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=1,queue_size=4096 \ -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 testpmd>set burst 1 testpmd>set txpkts 2000,2000,2000,2000 @@ -832,7 +832,7 @@ Test Case 12: split virtqueue vm2vm inorder mergeable path multi-queues payload ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 5-6 \ --no-pci --file-prefix=virtio \ - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=1 \ + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=1,queue_size=4096 \ -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 testpmd>set burst 1 testpmd>set txpkts 2000,2000,2000,2000 @@ -860,7 +860,7 @@ Test Case 13: split virtqueue vm2vm mergeable path multi-queues payload check wi ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 7-8 \ --no-pci --file-prefix=virtio1 \ - --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=0 \ + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=0,queue_size=4096 \ -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 testpmd>set fwd rxonly testpmd>start @@ -873,7 +873,7 @@ Test Case 13: split virtqueue vm2vm mergeable path multi-queues payload check wi ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 5-6 \ --no-pci --file-prefix=virtio \ - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=0 \ + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=0,queue_size=4096 \ -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 testpmd>set burst 1 testpmd>set txpkts 2000,2000,2000,2000 @@ -889,7 +889,7 @@ Test Case 13: split virtqueue vm2vm mergeable path multi-queues payload check wi ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 5-6 \ --no-pci --file-prefix=virtio \ - --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=0 \ + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=0,queue_size=4096 \ -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 testpmd>set burst 1 testpmd>set txpkts 2000,2000,2000,2000 -- 2.25.1