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 80FA8A052A; Tue, 10 Nov 2020 03:25:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 571C5AC8D; Tue, 10 Nov 2020 03:25:47 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 90BE5A8E9 for ; Tue, 10 Nov 2020 03:25:45 +0100 (CET) IronPort-SDR: +cGHM5PeCPR51s0fR1z7xfqC1uGzTRykqoqurXWDEpFIwimXAZRCuc8kHfMgTA4kxf5S7JQe8M 2H7nOLpyKDmQ== X-IronPort-AV: E=McAfee;i="6000,8403,9800"; a="156911639" X-IronPort-AV: E=Sophos;i="5.77,465,1596524400"; d="scan'208";a="156911639" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2020 18:25:42 -0800 IronPort-SDR: WtieAj/XOVOqjRBBeIBMiFUXM+U7kSsLzxZOEgeAjYM+fe+eCPDsyMpoJUDCVUVTF8dze8SBUC dWIk/cRn6wHA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,465,1596524400"; d="scan'208";a="355951217" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by fmsmga004.fm.intel.com with ESMTP; 09 Nov 2020 18:25:41 -0800 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Tue, 10 Nov 2020 06:14:34 -0500 Message-Id: <20201110111434.75609-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/*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 enable AVX512 Signed-off-by: Yinan Wang --- ...ser_multi_queues_port_restart_test_plan.rst | 4 ++-- test_plans/vm2vm_virtio_user_test_plan.rst | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/test_plans/pvp_virtio_user_multi_queues_port_restart_test_plan.rst b/test_plans/pvp_virtio_user_multi_queues_port_restart_test_plan.rst index c50c9aca..e877a791 100644 --- a/test_plans/pvp_virtio_user_multi_queues_port_restart_test_plan.rst +++ b/test_plans/pvp_virtio_user_multi_queues_port_restart_test_plan.rst @@ -364,7 +364,7 @@ Test Case 10: pvp 2 queues test with packed ring vectorized path 2. Launch virtio-user by below command:: ./testpmd -n 4 -l 5-7 \ - --no-pci --file-prefix=virtio \ + --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=255 \ -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2 --txd=255 --rxd=255 >set fwd mac @@ -381,4 +381,4 @@ Test Case 10: pvp 2 queues test with packed ring vectorized path 5. Restart port at vhost side by below command and re-calculate the average throughput,verify the throughput is not zero after port restart:: testpmd>start - testpmd>show port stats all \ No newline at end of file + testpmd>show port stats all diff --git a/test_plans/vm2vm_virtio_user_test_plan.rst b/test_plans/vm2vm_virtio_user_test_plan.rst index ffddb650..7a6aba91 100644 --- a/test_plans/vm2vm_virtio_user_test_plan.rst +++ b/test_plans/vm2vm_virtio_user_test_plan.rst @@ -670,7 +670,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test 2. Launch virtio-user1 by below command:: ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 7-8 \ - --no-pci --file-prefix=virtio1 \ + --no-pci --file-prefix=virtio1 --force-max-simd-bitwidth=512 \ --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=256 \ -- -i --nb-cores=1 --txd=256 --rxd=256 testpmd>set fwd rxonly @@ -683,7 +683,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test 4. Launch virtio-user0 and send 8k length packets:: ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 5-6 \ - --no-pci --file-prefix=virtio \ + --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=256 \ -- -i --nb-cores=1 --txd=256 --rxd=256 testpmd>set burst 1 @@ -712,7 +712,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test 8. Launch virtio-user1 by below command:: ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 7-8 \ - --no-pci \ + --no-pci --force-max-simd-bitwidth=512 \ --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=256 \ -- -i --nb-cores=1 --txd=256 --rxd=256 testpmd>set burst 1 @@ -723,7 +723,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test 9. Quit pdump,vhost received packets in pdump-vhost-rx.pcap,check headers and payload of all packets in pdump-virtio-rx.pcap and pdump-vhost-rx.pcap and ensure the content are same. -Test Case 10: packed virtqueue vm2vm vectorized path test with ring size is not power of 2 +Test Case 11: packed virtqueue vm2vm vectorized path test with ring size is not power of 2 ========================================================================================== 1. Launch testpmd by below command:: @@ -735,7 +735,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test with ring size is not 2. Launch virtio-user1 by below command:: ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 7-8 \ - --no-pci --file-prefix=virtio1 \ + --no-pci --file-prefix=virtio1 --force-max-simd-bitwidth=512 \ --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=255 \ -- -i --nb-cores=1 --txd=255 --rxd=255 testpmd>set fwd rxonly @@ -748,7 +748,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test with ring size is not 4. Launch virtio-user0 and send 8k length packets:: ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 5-6 \ - --no-pci --file-prefix=virtio \ + --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \ --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=255 \ -- -i --nb-cores=1 --txd=255 --rxd=255 testpmd>set burst 1 @@ -777,7 +777,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test with ring size is not 8. Launch virtio-user1 by below command:: ./x86_64-native-linuxapp-gcc/app/testpmd -n 4 -l 7-8 \ - --no-pci \ + --no-pci --force-max-simd-bitwidth=512 \ --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=1,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1,queue_size=255 \ -- -i --nb-cores=1 --txd=255 --rxd=255 testpmd>set burst 1 @@ -788,7 +788,7 @@ Test Case 10: packed virtqueue vm2vm vectorized path test with ring size is not 9. Quit pdump,vhost received packets in pdump-vhost-rx.pcap,check headers and payload of all packets in pdump-virtio-rx.pcap and pdump-vhost-rx.pcap and ensure the content are same. -Test Case 11: split virtqueue vm2vm inorder mergeable path multi-queues payload check with cbdma enabled +Test Case 12: split virtqueue vm2vm inorder mergeable path multi-queues payload check with cbdma enabled ======================================================================================================== 1. Launch vhost by below command:: @@ -847,7 +847,7 @@ Test Case 11: split virtqueue vm2vm inorder mergeable path multi-queues payload 7. Start vhost testpm, then quit pdump and all testpmd, check 512 packets received by virtio-user1, check 54 packets with 8k length and 458 packets with 2k length in pdump-virtio-rx.pcap. -Test Case 12: split virtqueue vm2vm mergeable path multi-queues payload check with cbdma enabled +Test Case 13: split virtqueue vm2vm mergeable path multi-queues payload check with cbdma enabled ================================================================================================ 1. Launch vhost by below command:: -- 2.25.1