From: Wei Ling <weix.ling@intel.com> To: dts@dpdk.org Cc: Wei Ling <weix.ling@intel.com> Subject: [dts][PATCH V1 6/7] test_plans/vm2vm_virtio_user_dsa_test_plan: add vm2vm_virtio_user_dsa testplan Date: Sat, 7 May 2022 05:59:52 -0400 Message-ID: <20220507095952.311180-1-weix.ling@intel.com> (raw) [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: text/plain; charset=y, Size: 79716 bytes --] Add vm2vm_virtio_user_dsa_test_plan.rst into test_plans. Signed-off-by: Wei Ling <weix.ling@intel.com> --- .../vm2vm_virtio_user_dsa_test_plan.rst | 1536 +++++++++++++++++ 1 file changed, 1536 insertions(+) create mode 100644 test_plans/vm2vm_virtio_user_dsa_test_plan.rst diff --git a/test_plans/vm2vm_virtio_user_dsa_test_plan.rst b/test_plans/vm2vm_virtio_user_dsa_test_plan.rst new file mode 100644 index 00000000..99ae37a2 --- /dev/null +++ b/test_plans/vm2vm_virtio_user_dsa_test_plan.rst @@ -0,0 +1,1536 @@ +.. Copyright (c) <2022>, Intel Corporation\r + All rights reserved.\r +\r + Redistribution and use in source and binary forms, with or without\r + modification, are permitted provided that the following conditions\r + are met:\r +\r + - Redistributions of source code must retain the above copyright\r + notice, this list of conditions and the following disclaimer.\r +\r + - Redistributions in binary form must reproduce the above copyright\r + notice, this list of conditions and the following disclaimer in\r + the documentation and/or other materials provided with the\r + distribution.\r +\r + - Neither the name of Intel Corporation nor the names of its\r + contributors may be used to endorse or promote products derived\r + from this software without specific prior written permission.\r +\r + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS\r + FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\r + COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\r + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\r + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\r + OF THE POSSIBILITY OF SUCH DAMAGE.\r +\r +======================================================\r +VM2VM vhost-user/virtio-user with DSA driver test plan\r +======================================================\r +\r +Description\r +===========\r +Vhost asynchronous data path leverages DMA devices to offload memory copies from the CPU and it is implemented in an asynchronous way.\r +In addition, vhost supports M:N mapping between vrings and DMA virtual channels. Specifically, one vring can use multiple different DMA\r +channels and one DMA channel can be shared by multiple vrings at the same time.Vhost enqueue operation with CBDMA channels is supported\r +in both split and packed ring.\r +\r +This document provides the test plan for testing the following features when Vhost-user using asynchronous data path with\r +DSA driver (kernel IDXD driver and DPDK vfio-pci driver) in VM2VM virtio-user topology.\r +1. Split virtqueue vm2vm in-order mergeable, in-order non-mergeable, mergeable, non-mergeable, vector_rx path test and payload check.\r +2. Packed virtqueue vm2vm in-order mergeable, in-order non-mergeable, mergeable, non-mergeable, vectorized path (ringsize not powerof 2) test and payload check.\r +3. Test indirect descriptor feature. For example, the split ring mergeable inorder path use non-indirect descriptor, the 2000,2000,2000,2000 chain packets will need 4 consequent ring, still need one ring put header.\r +the split ring mergeable path use indirect descriptor, the 2000,2000,2000,2000 chain packets will only occupy one ring.\r +\r +IOMMU impact:\r +If iommu off, idxd can work with iova=pa\r +If iommu on, kernel dsa driver only can work with iova=va by program IOMMU, can't use iova=pa(fwd not work due to pkts payload wrong).\r +\r +Note:\r +1.When DMA devices are bound to vfio driver, VA mode is the default and recommended. For PA mode, page by page mapping may\r +exceed IOMMU's max capability, better to use 1G guest hugepage.\r +2.DPDK local patch that about vhost pmd is needed when testing Vhost asynchronous data path with testpmd, and the suite has not yet been automated.\r +\r +Prerequisites\r +=============\r +\r +Topology\r +--------\r + Test flow: Virtio-user -> Vhost-user -> Testpmd -> Vhost-user -> Virtio-user\r +\r +General set up\r +--------------\r +1. Compile DPDK::\r +\r + # CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib -Dexamples=all --default-library=<dpdk build dir>\r + # ninja -C <dpdk build dir> -j 110\r + For example,\r + CC=gcc meson --werror -Denable_kmods=True -Dlibdir=lib -Dexamples=all --default-library=x86_64-native-linuxapp-gcc\r + ninja -C x86_64-native-linuxapp-gcc -j 110\r +\r +2. Get the PCI device ID and DSA device ID of DUT, for example, 0000:4f:00.1 is PCI device ID, 0000:6a:01.0 - 0000:f6:01.0 are DSA device IDs::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -s\r +\r + Network devices using kernel driver\r + ===================================\r + 0000:4f:00.1 'Ethernet Controller E810-C for QSFP 1592' drv=ice unused=vfio-pci\r +\r + DMA devices using kernel driver\r + ===============================\r + 0000:6a:01.0 'Device 0b25' drv=idxd unused=vfio-pci\r + 0000:6f:01.0 'Device 0b25' drv=idxd unused=vfio-pci\r + 0000:74:01.0 'Device 0b25' drv=idxd unused=vfio-pci\r + 0000:79:01.0 'Device 0b25' drv=idxd unused=vfio-pci\r + 0000:e7:01.0 'Device 0b25' drv=idxd unused=vfio-pci\r + 0000:ec:01.0 'Device 0b25' drv=idxd unused=vfio-pci\r + 0000:f1:01.0 'Device 0b25' drv=idxd unused=vfio-pci\r + 0000:f6:01.0 'Device 0b25' drv=idxd unused=vfio-pci\r +\r +Test case\r +=========\r +\r +Common steps\r +------------\r +1. Bind DSA devices to DPDK vfio-pci driver::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci <DUT port DSA device id>\r +\r + For example, bind 2 DMA devices to vfio-pci driver:\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci 0000:e7:01.0 0000:ec:01.0\r +\r +.. note::\r +\r + One DPDK DSA device can create 8 WQ at most. Below is an example, where DPDK DSA device will create one and\r + eight WQ for DSA deivce 0000:e7:01.0 and 0000:ec:01.0. The value of “max_queues” is 1~8:\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 4 -n 4 -a 0000:e7:01.0,max_queues=1 -- -i\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 4 -n 4 -a 0000:ec:01.0,max_queues=8 -- -i\r +\r +2. Bind DSA devices to kernel idxd driver, and configure Work Queue (WQ)::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd <numDevices * 2>\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q <numWq>\r +\r +.. note::\r +\r + Better to reset WQ when need operate DSA devices that bound to idxd drvier:\r + <dpdk dir># ./drivers/dma/idxd/dpdk_idxd_cfg.py --reset <numDevices * 2>\r + You can check it by 'ls /dev/dsa'\r + numDevices: number of devices, where 0<=numDevices<=7, corresponding to 0000:6a:01.0 - 0000:f6:01.0\r + numWq: Number of workqueues per DSA endpoint, where 1<=numWq<=8\r +\r + For example, bind 2 DMA devices to idxd driver and configure WQ:\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0 6f:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 1 0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 4 2\r + Check WQ by 'ls /dev/dsa' and can find "wq0.0 wq2.0 wq2.1 wq2.2 wq2.3"\r +\r +Test Case 1: VM2VM vhost-user/virtio-user split ring non-mergeable path and multi-queues payload check with dsa dpdk driver\r +----------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user split ring non-mergeable path \r +and multi-queues when vhost uses the asynchronous enqueue operations with dsa dpdk driver. Both iova as VA and PA mode test.\r +\r +1. bind 2 dsa device to vfio-pci like common step 1::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci e7:01.0 ec:01.0\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0,max_queues=2 -a 0000:ec:01.0,max_queues=2 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q0,lcore2@0000:e7:01.0-q1]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,mrg_rxbuf=0,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=0,mrg_rxbuf=0,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 566 and RX-bytes is 486016 and 502 packets with 960 length and 64 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Relaunch vhost with pa mode by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0,max_queues=4 -a 0000:ec:01.0,max_queues=4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=pa -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q3,lcore2@0000:ec:01.0-q3]\r +\r +9. Rerun step 4.\r +\r +10. Virtio-user0 and send packets again::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 2: VM2VM vhost-user/virtio-user split ring inorder non-mergeable path and multi-queues payload check with dsa dpdk driver\r +-------------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user split ring inorder\r +non-mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa dpdk driver. Both iova as VA and PA mode test.\r +\r +1. bind 3 dsa device to vfio-pci like common step 1::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci e7:01.0 ec:01.0 f1:01.0\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0,max_queues=2 -a 0000:ec:01.0,max_queues=2 -a 0000:f1:01.0,max_queues=2 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q0,lcore2@0000:ec:01.0-q0,lcore2@0000:f1:01.0-q0]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=0,mrg_rxbuf=0,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=0,mrg_rxbuf=0,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 566 and RX-bytes is 486016 and 502 packets with 960 length and 64 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Relaunch vhost with pa mode by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0 -a 0000:ec:01.0,max_queues=4 -a 0000:f1:01.0,max_queues=4 -a 0000:f6:01.0,max_queues=4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=pa -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q2,lcore2@0000:ec:01.0-q2,lcore2@0000:f1:01.0-q2]\r +\r +9. Rerun step 4.\r +\r +10. Virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 3: VM2VM vhost-user/virtio-user split ring inorder mergeable path and multi-queues non-indirect descriptor with dsa dpdk driver\r +------------------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid and non-indirect descriptor after packets forwarding in vhost-user/virtio-user\r +split ring inorder mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa dpdk driver. Both iova as VA and PA mode test.\r +\r +1. bind 4 dsa device to vfio-pci like common step 1::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci e7:01.0 ec:01.0 f1:01.0 f6:01.0\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0,max_queues=1 -a 0000:ec:01.0,max_queues=2 -a 0000:f1:01.0,max_queues=3 -a 0000:f6:01.0,max_queues=4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q0,lcore2@0000:ec:01.0-q1,lcore2@0000:f1:01.0-q2,lcore2@0000:f6:01.0-q3]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --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=256 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=1,queue_size=256 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r + testpmd>set burst 1\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 2000,2000,2000,2000\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost, then quit pdump and three testpmd, about split virtqueue inorder mergeable path, it use the non-indirect descriptors, the 8k length pkt will occupies 5 ring:2000,2000,2000,2000 will need 4 consequent ring,\r +still need one ring put header. So check 504 packets and 48128 bytes received by virtio-user1 and 502 packets with 64 length and 2 packets with 8K length in pdump-virtio-rx.pcap.\r +\r +7. Relaunch vhost with pa mode by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0,max_queues=1 -a 0000:ec:01.0,max_queues=2 -a 0000:f1:01.0,max_queues=3 -a 0000:f6:01.0,max_queues=4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=pa -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q0,lcore2@0000:ec:01.0-q1,lcore2@0000:f1:01.0-q2,lcore2@0000:f6:01.0-q3]\r +\r +8. Rerun step 3-6.\r +\r +Test Case 4: VM2VM vhost-user/virtio-user split ring mergeable path and multi-queues indirect descriptor with dsa dpdk driver\r +-------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid and indirect descriptor after packets forwarding in vhost-user/virtio-user\r +split ring mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa dpdk driver. Both iova as VA and PA mode test.\r +\r +1. bind 4 dsa device to vfio-pci like common step 1::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci e7:01.0 ec:01.0 f1:01.0 f6:01.0\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0,max_queues=1 -a 0000:ec:01.0,max_queues=2 -a 0000:f1:01.0,max_queues=3 -a 0000:f6:01.0,max_queues=4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q0,lcore2@0000:ec:01.0-q1,lcore2@0000:f1:01.0-q2,lcore2@0000:f6:01.0-q3]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --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 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=0,queue_size=256 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r + testpmd>set burst 1\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 2000,2000,2000,2000\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost, then quit pdump and three testpmd, about split virtqueue inorder mergeable path, it use the indirect descriptors, the 8k length pkt will just occupies one ring.\r +So check 512 packets and 112128 bytes received by virtio-user1 and 502 packets with 64 length and 10 packets with 8K length in pdump-virtio-rx.pcap.\r +\r +7. Relaunch vhost with pa mode by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0,max_queues=1 -a 0000:ec:01.0,max_queues=2 -a 0000:f1:01.0,max_queues=3 -a 0000:f6:01.0,max_queues=4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=pa -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q0,lcore2@0000:ec:01.0-q1,lcore2@0000:f1:01.0-q2,lcore2@0000:f6:01.0-q3]\r +\r +8. Rerun step 3-6.\r +\r +Test Case 5: VM2VM vhost-user/virtio-user packed ring non-mergeable path and multi-queues payload check with dsa dpdk driver\r +--------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user packed ring \r +non-mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa dpdk driver. Both iova as VA and PA mode test.\r +\r +1. bind 3 dsa device to vfio-pci like common step 1::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci e7:01.0 ec:01.0 f1:01.0\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0 -a 0000:ec:01.0 -a 0000:f1:01.0 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q0,lcore2@0000:ec:01.0-q1,lcore2@0000:f1:01.0-q2]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 \\r + --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=0,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=1,mrg_rxbuf=0,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 566 and RX-bytes is 486016 and 502 packets with 960 length and 64 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Relaunch vhost with iova=pa by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0 -a 0000:ec:01.0 -a 0000:f1:01.0 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=pa -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q4,lcore2@0000:ec:01.0-q5,lcore2@0000:f1:01.0-q6]\r +\r +9. Rerun step 4.\r +\r +10. Virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 6: VM2VM vhost-user/virtio-user packed ring inorder non-mergeable path and multi-queues payload check with dsa dpdk driver\r +-------------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user packed ring inorder\r +non-mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa dpdk driver. Both iova as VA and PA mode test.\r +\r +1. bind 4 dsa device to vfio-pci like common step 1::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci e7:01.0 f1:01.0 f6:01.0\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0,max_queues=2 -a 0000:ec:01.0,max_queues=2 -a 0000:f1:01.0,max_queues=2 -a 0000:f6:01.0,max_queues=2 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q0,lcore2@0000:ec:01.0-q0,lcore2@0000:f1:01.0-q1,lcore2@0000:f6:01.0-q1]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=0,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=1,mrg_rxbuf=0,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 566 and RX-bytes is 486016 and 502 packets with 960 length and 64 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Relaunch vhost with iova=pa by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0 -a 0000:ec:01.0 -a 0000:f1:01.0 -a 0000:f6:01.0 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=pa -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q5,lcore2@0000:ec:01.0-q6,lcore2@0000:f1:01.0-q5,lcore2@0000:f6:01.0-q6]\r +\r +9. Rerun step 4.\r +\r +10. virtio-user0 send packets::\r +\r + testpmd>stop\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r +\r +11. Rerun step 6.\r +\r +Test Case 7: VM2VM vhost-user/virtio-user packed ring mergeable path and multi-queues payload check with dsa dpdk driver\r +--------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user packed ring \r +mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa dpdk driver. Both iova as VA and PA mode test.\r +\r +1. bind 2 dsa device to vfio-pci like common step 1::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci e7:01.0 ec:01.0 \r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0,max_queues=4 -a 0000:ec:01.0,max_queues=4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q0,lcore2@0000:e7:01.0-q1,lcore2@0000:e7:01.0-q2,lcore2@0000:ec:01.0-q0,lcore2@0000:ec:01.0-q1]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 \\r + --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,256,2000,64,256,2000\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>set txpkts 64\r + testpmd>start tx_first 7\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 check 502 packets and 279232 bytes and 54 packets with 4640 length and 448 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Relaunch vhost with iova=pa by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0 -a 0000:ec:01.0 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=pa -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q6,lcore2@0000:e7:01.0-q7,lcore2@0000:ec:01.0-q2,lcore2@0000:ec:01.0-q3,lcore2@0000:ec:01.0-q4]\r +\r +9. Rerun step 4.\r +\r +10. Virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,256,2000,64,256,2000\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>set txpkts 64\r + testpmd>start tx_first 7\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 8: VM2VM vhost-user/virtio-user packed ring inorder mergeable path and multi-queues payload check with dsa dpdk driver\r +----------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user packed ring inorder\r +mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa dpdk driver. Both iova as VA and PA mode test.\r +\r +1. bind 8 dsa device to vfio-pci like common step 1::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0 6f:01.0 74:01.0 79:01.0 e7:01.0 ec:01.0 f1:01.0 f6:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci 6a:01.0 6f:01.0 74:01.0 79:01.0 e7:01.0 ec:01.0 f1:01.0 f6:01.0\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:6a:01.0 -a 0000:6f:01.0 -a 0000:74:01.0 -a 0000:79:01.0 -a 0000:e7:01.0 -a 0000:ec:01.0 -a 0000:f1:01.0 -a 0000:f6:01.0 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:6a:01.0-q0,lcore2@0000:6f:01.0-q1,lcore2@0000:74:01.0-q2,lcore2@0000:79:01.0-q3,lcore2@0000:e7:01.0-q4,lcore2@0000:ec:01.0-q5,lcore2@0000:f1:01.0-q6,lcore2@0000:f6:01.0-q7]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,256,2000,64,256,2000\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>set txpkts 64\r + testpmd>start tx_first 7\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 502 packets and 279232 bytes and 54 packets with 4640 length and 448 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Relaunch vhost with iova=pa by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:6a:01.0 -a 0000:6f:01.0 -a 0000:74:01.0 -a 0000:79:01.0 -a 0000:e7:01.0 -a 0000:ec:01.0 -a 0000:f1:01.0 -a 0000:f6:01.0 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=pa -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:6a:01.0-q1,lcore2@0000:6f:01.0-q2,lcore2@0000:74:01.0-q3,lcore2@0000:79:01.0-q4,lcore2@0000:e7:01.0-q5,lcore2@0000:ec:01.0-q6,lcore2@0000:f1:01.0-q7,lcore2@0000:f6:01.0-q7]\r +\r +9. Rerun step 4.\r +\r +10. virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,256,2000,64,256,2000\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>set txpkts 64\r + testpmd>start tx_first 7\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 9: VM2VM vhost-user/virtio-user packed ring vectorized-tx path and multi-queues indirect descriptor with dsa dpdk driver\r +-----------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid and indirect descriptor after packets forwarding in vhost-user/virtio-user\r +packed ring vectorized-tx path and multi-queues when vhost uses the asynchronous enqueue operations with dsa dpdk driver. \r +Both iova as VA and PA mode test.\r +\r +1. bind 4 dsa device to vfio-pci like common step 1::\r +\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci 6a:01.0 6f:01.0 74:01.0\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:6a:01.0 -a 0000:6f:01.0 -a 0000:74:01.0 -a 0000:79:01.0 \\r + --vdev 'eth_vhost0,iface=vhost-net,queues=2,client=1,dmas=[txq0;txq1],dma_ring_size=2048' --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1],dma_ring_size=2048' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx \\r + --lcore-dma=[lcore2@0000:6a:01.0-q0,lcore2@0000:6f:01.0-q1,lcore2@0000:74:01.0-q2,lcore2@0000:79:01.0-q3]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 --force-max-simd-bitwidth=512 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=1,vectorized=1,queue_size=256 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r + testpmd>set fwd rxonly\r + set verbose 1\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=*,rx-dev=./pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send 8k length packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --force-max-simd-bitwidth=512 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=1,vectorized=1,queue_size=256 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r +\r + testpmd>set burst 1\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 2000,2000,2000,2000\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost, then quit pdump and three testpmd, about packed virtqueue vectorized-tx path, it use the indirect descriptors, the 8k length pkt will just occupies one ring.\r +So check 512 packets and 112128 bytes received by virtio-user1 and 502 packets with 64 length and 10 packets with 8K length in pdump-virtio-rx.pcap.\r +\r +7.Relaunch vhost with iova=pa by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:6a:01.0 -a 0000:6f:01.0 -a 0000:74:01.0 -a 0000:79:01.0 \\r + --vdev 'eth_vhost0,iface=vhost-net,queues=2,client=1,dmas=[txq0;txq1],dma_ring_size=2048' --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1],dma_ring_size=2048' \\r + --iova=pa -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx \\r + --lcore-dma=[lcore2@0000:6a:01.0-q1,lcore2@0000:6f:01.0-q2,lcore2@0000:74:01.0-q3,lcore2@0000:79:01.0-q4]\r +\r +8. Rerun step 3-6.\r +\r +Test Case 10: VM2VM vhost-user/virtio-user split ring non-mergeable path and multi-queues payload check with dsa kernel driver\r +--------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user split ring \r +non-mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa kernel driver. \r +\r +1. bind 1 dsa device to idxd like common step 2::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py --reset xx\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 4 0\r + ls /dev/dsa #check wq configure success\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.0,lcore2@wq0.1]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=0,mrg_rxbuf=0,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=0,mrg_rxbuf=0,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 566 and RX-bytes is 486016 and 502 packets with 960 length and 64 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Quit and relaunch vhost with diff channel by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.2,lcore2@wq0.3]\r +\r +9. Rerun step 4.\r +\r +10. Virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 11: VM2VM vhost-user/virtio-user split ring inorder non-mergeable path and multi-queues payload check with dsa kernel driver\r +----------------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user split ring inorder\r +non-mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa kernel driver. \r +\r +1. bind 3 dsa device to idxd like common step 2::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0 6f:01.0 74:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0 6f:01.0 74:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 2\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 4\r + ls /dev/dsa #check wq configure success\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.0,lcore2@wq2.1,lcore2@wq4.2]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=0,mrg_rxbuf=0,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=0,mrg_rxbuf=0,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 566 and RX-bytes is 486016 and 502 packets with 960 length and 64 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Quit and relaunch vhost with diff channel by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.3,lcore2@wq2.4,lcore2@wq4.5]\r +\r +9. Rerun step 4.\r +\r +10. virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 12: VM2VM vhost-user/virtio-user split ring inorder mergeable path and multi-queues non-indirect descriptor with dsa kernel driver\r +---------------------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid and non-indirect descriptor after packets forwarding in vhost-user/virtio-user\r +split ring inorder mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa kernel driver. \r +\r +1. bind 4 dsa device to idxd like common step 2::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0 6f:01.0 74:01.0 79:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0 6f:01.0 74:01.0 79:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 2\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 4\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 6\r + ls /dev/dsa #check wq configure success\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx --lcore-dma=[lcore2@wq0.0,lcore2@wq2.1,lcore2@wq4.2,lcore2@wq6.3]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --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 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=1,queue_size=256 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r + testpmd>set burst 1\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 2000,2000,2000,2000\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost, then quit pdump and three testpmd, about split virtqueue inorder mergeable path, it use the direct descriptors, the 8k length pkt will occupies 5 ring:2000,2000,2000,2000 will need 4 consequent ring,\r +still need one ring put header. So check 504 packets and 48128 bytes received by virtio-user1 and 502 packets with 64 length and 2 packets with 8K length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Quit and relaunch vhost with diff channel by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx --lcore-dma=[lcore2@wq0.3,lcore2@wq2.4,lcore2@wq4.3,lcore2@wq6.4]\r +\r +9. Rerun step 4.\r +\r +10. virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 2000,2000,2000,2000\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 13: VM2VM vhost-user/virtio-user split ring mergeable path and multi-queues indirect descriptor with dsa kernel driver\r +----------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid and indirect descriptor after packets forwarding in vhost-user/virtio-user\r +split ring mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa kernel driver. \r +\r +1. bind 4 dsa device to idxd like common step 2::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0 6f:01.0 74:01.0 79:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0 6f:01.0 74:01.0 79:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 2\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 4\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 6\r + ls /dev/dsa #check wq configure success\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx --lcore-dma=[lcore2@wq0.0,lcore2@wq2.1,lcore2@wq4.2,lcore2@wq6.3]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --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 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=0,mrg_rxbuf=1,in_order=0,queue_size=256 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r + testpmd>set burst 1\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 2000,2000,2000,2000\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost, then quit pdump and three testpmd, about split virtqueue inorder mergeable path, it use the indirect descriptors, the 8k length pkt will just occupies one ring.\r +So check 512 packets and 112128 bytes received by virtio-user1 and 502 packets with 64 length and 10 packets with 8K length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Quit and relaunch vhost with diff channel by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx --lcore-dma=[lcore2@wq0.3,lcore2@wq2.4,lcore2@wq4.3,lcore2@wq6.4]\r +\r +9. Rerun step 4.\r +\r +10. Virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 2000,2000,2000,2000\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 14: VM2VM vhost-user/virtio-user packed ring non-mergeable path and multi-queues payload check with dsa kernel driver\r +----------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user packed ring \r +non-mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa kernel driver.\r +\r +1. bind 3 dsa device to idxd like common step 2::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0 6f:01.0 74:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0 6f:01.0 74:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 2\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 4\r + ls /dev/dsa #check wq configure success\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.0,lcore2@wq2.1,lcore2@wq4.2]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 \\r + --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=0,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=1,mrg_rxbuf=0,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 566 and RX-bytes is 486016 and 502 packets with 960 length and 64 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Quit and relaunch vhost with diff channel by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.4,lcore2@wq2.5,lcore2@wq4.6]\r +\r +9. Rerun step 4.\r +\r +10. Virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 15: VM2VM vhost-user/virtio-user packed ring inorder non-mergeable path and multi-queues payload check with dsa kernel driver\r +----------------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user packed ring inorder\r +non-mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa kernel driver.\r +\r +1. bind 4 dsa device to idxd like common step 2::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0 6f:01.0 74:01.0 79:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0 6f:01.0 74:01.0 79:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 2\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 4\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 6\r + ls /dev/dsa #check wq configure success\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.0,lcore2@wq2.0,lcore2@wq4.1,lcore2@wq6.1]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=0,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=1,mrg_rxbuf=0,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 566 and RX-bytes is 486016 and 502 packets with 960 length and 64 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Quit and relaunch vhost with diff channel by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.5,lcore2@wq2.6,lcore2@wq4.5,lcore2@wq6.6]\r +\r +9. Rerun step 4.\r +\r +10. virtio-user0 send packets::\r +\r + testpmd>stop\r + testpmd>set burst 1\r + testpmd>set txpkts 64,128,256,512\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 64\r + testpmd>start tx_first 1\r +\r +11. Rerun step 6.\r +\r +Test Case 16: VM2VM vhost-user/virtio-user packed ring mergeable path and multi-queues payload check with dsa kernel driver\r +-----------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user packed ring \r +mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa kernel driver.\r +\r +1. bind 2 dsa device to idxd::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0 6f:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0 6f:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 2\r + ls /dev/dsa #check wq configure success\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.0,lcore2@wq0.1,lcore2@wq0.2,lcore2@wq2.3,lcore2@wq2.4]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 \\r + --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=0,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,256,2000,64,256,2000\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>set txpkts 64\r + testpmd>start tx_first 7\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 check 502 packets and 279232 bytes and 54 packets with 4640 length and 448 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Quit and relaunch vhost with diff channel by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.6,lcore2@wq0.7,lcore2@wq2.3,lcore2@wq2.4,lcore2@wq2.5]\r +\r +9. Rerun step 4.\r +\r +10. Virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,256,2000,64,256,2000\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>set txpkts 64\r + testpmd>start tx_first 7\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 17: VM2VM vhost-user/virtio-user packed ring inorder mergeable path and multi-queues payload check with dsa kernel driver\r +------------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user packed ring inorder\r +mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa kernel driver.\r +\r +1. bind 8 dsa device to idxd like common step 2::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0 6f:01.0 74:01.0 79:01.0 e7:01.0 ec:01.0 f1:01.0 f6:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0 6f:01.0 74:01.0 79:01.0 e7:01.0 ec:01.0 f1:01.0 f6:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 2\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 4\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 6\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 8\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 10\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 12\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 14\r + ls /dev/dsa #check wq configure success\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.0,lcore2@wq2.1,lcore2@wq4.2,lcore2@wq6.3,lcore2@wq8.4,lcore2@wq10.5,lcore2@wq12.6,lcore2@wq14.7]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,256,2000,64,256,2000\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>set txpkts 64\r + testpmd>start tx_first 7\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 502 packets and 279232 bytes and 54 packets with 4640 length and 448 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Quit and relaunch vhost with diff channel by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@wq0.7,lcore2@wq2.6,lcore2@wq4.5,lcore2@wq6.4,lcore2@wq8.3,lcore2@wq10.2,lcore2@wq12.1,lcore2@wq14.0]\r +\r +9. Rerun step 4.\r +\r +10. virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,256,2000,64,256,2000\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>set txpkts 64\r + testpmd>start tx_first 7\r + testpmd>stop\r +\r +11. Rerun step 6.\r +\r +Test Case 18: VM2VM vhost-user/virtio-user packed ring vectorized-tx path and multi-queues indirect descriptor with dsa kernel driver\r +-------------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid and indirect descriptor after packets forwarding in vhost-user/virtio-user\r +packed ring vectorized-tx path and multi-queues when vhost uses the asynchronous enqueue operations with dsa kernel driver.\r +\r +1. bind 4 dsa device to idxd like common step 2::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0 6f:01.0 74:01.0 79:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0 6f:01.0 74:01.0 79:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 2\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 4\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 6\r + ls /dev/dsa #check wq configure success\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 10-18 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net,queues=2,client=1,dmas=[txq0;txq1],dma_ring_size=2048' --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1],dma_ring_size=2048' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256 --no-flush-rx \\r + --lcore-dma=[lcore11@wq0.0,lcore11@wq2.1,lcore11@wq4.2,lcore11@wq6.3]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 --force-max-simd-bitwidth=512 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=1,vectorized=1,queue_size=256 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=*,rx-dev=./pdump-virtio-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send 8k length packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --force-max-simd-bitwidth=512 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=1,vectorized=1,queue_size=256 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=256 --rxd=256\r +\r + testpmd>set burst 1\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>start tx_first 7\r + testpmd>stop\r + testpmd>set txpkts 2000,2000,2000,2000\r + testpmd>start tx_first 1\r + testpmd>stop\r +\r +6. Start vhost, then quit pdump and three testpmd, about packed virtqueue vectorized-tx path, it use the indirect descriptors, the 8k length pkt will just occupies one ring.\r +So check 512 packets and 112128 bytes received by virtio-user1 and 502 packets with 64 length and 10 packets with 8K length in pdump-virtio-rx.pcap.\r +\r +Test Case 19: VM2VM vhost-user/virtio-user packed ring inorder mergeable path and multi-queues payload check with dsa dpdk and kernel driver\r +---------------------------------------------------------------------------------------------------------------------------------------------\r +This case uses testpmd to test the payload is valid after packets forwarding in vhost-user/virtio-user packed ring inorder\r +mergeable path and multi-queues when vhost uses the asynchronous enqueue operations with dsa dpdk and kernel driver.\r +\r +1. bind 2 dsa device to vfio-pci and 2 dsa port to idxd like common step 1-2::\r +\r + ls /dev/dsa #check wq configure, reset if exist\r + <dpdk dir># ./usertools/dpdk-devbind.py -u 6a:01.0 6f:01.0 e7:01.0 ec:01.0\r + <dpdk dir># ./usertools/dpdk-devbind.py -b idxd 6a:01.0 6f:01.0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 0\r + <dpdk dir># ./<dpdk build dir>drivers/dma/idxd/dpdk_idxd_cfg.py -q 8 2\r + ls /dev/dsa #check wq configure success\r + <dpdk dir># ./usertools/dpdk-devbind.py -b vfio-pci e7:01.0 ec:01.0\r +\r +2. Launch vhost by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -a 0000:e7:01.0 -a 0000:ec:01.0 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q0,lcore2@0000:ec:01.0-q1,lcore2@wq0.0,lcore2@wq2.0]\r +\r +3. Launch virtio-user1 by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 7-8 --no-pci --file-prefix=virtio1 \\r + --vdev=net_virtio_user1,mac=00:01:02:03:04:05,path=./vhost-net1,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set fwd rxonly\r + testpmd>start\r +\r +4. Attach pdump secondary process to primary process of virtio-user1 by same file-prefix::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix=virtio1 -- --pdump 'device_id=net_virtio_user1,queue=0,rx-dev=/tmp/dsa-va-rx.pcap,mbuf-size=8000'\r +\r +5. Launch virtio-user0 and send packets::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \\r + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=2,server=1,packed_vq=1,mrg_rxbuf=1,in_order=1,queue_size=4096 \\r + -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096\r + testpmd>set burst 1\r + testpmd>set txpkts 64,256,2000,64,256,2000\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>set txpkts 64\r + testpmd>start tx_first 7\r + testpmd>stop\r +\r +6. Start vhost testpmd, quit pdump and check virtio-user1 RX-packets is 502 packets and 279232 bytes and 54 packets with 4640 length and 448 packets with 64 length in pdump-virtio-rx.pcap.\r +\r +7. Clear virtio-user1 port stats::\r +\r + testpmd>stop\r + testpmd>clear port stats all\r + testpmd>start\r +\r +8. Quit and relaunch vhost with diff dsa channel by below command::\r +\r + <dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 \\r + --vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0;txq1]' \\r + --vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0;txq1]' \\r + --iova=va -- -i --nb-cores=1 --rxq=2 --txq=2 --txd=4096 --rxd=4096 --no-flush-rx --lcore-dma=[lcore2@0000:e7:01.0-q2,lcore2@0000:e7:01.0-q5,lcore2@0000:ec:01.0-q4,lcore2@wq0.1,lcore2@wq0.3]\r +\r +9. Rerun step 4.\r +\r +10. Virtio-user0 send packets::\r +\r + testpmd>set burst 1\r + testpmd>set txpkts 64,256,2000,64,256,2000\r + testpmd>start tx_first 27\r + testpmd>stop\r + testpmd>set burst 32\r + testpmd>set txpkts 64\r + testpmd>start tx_first 7\r + testpmd>stop\r +\r +11. Rerun step 6.\r -- 2.25.1
reply other threads:[~2022-05-07 10:00 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220507095952.311180-1-weix.ling@intel.com \ --to=weix.ling@intel.com \ --cc=dts@dpdk.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
test suite reviews and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/dts/0 dts/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dts dts/ http://inbox.dpdk.org/dts \ dts@dpdk.org public-inbox-index dts Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dts AGPL code for this site: git clone https://public-inbox.org/public-inbox.git