From patchwork Wed Jun 9 11:46:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wang, Yinan" X-Patchwork-Id: 94038 X-Patchwork-Delegate: lijuan.tu@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 33252A0C40; Wed, 9 Jun 2021 05:03:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE05840DFD; Wed, 9 Jun 2021 05:03:11 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 46A0240689 for ; Wed, 9 Jun 2021 05:03:10 +0200 (CEST) IronPort-SDR: 6JJD3IPfUEGNvXFMwS2VdAMqa+VG4hO1PJBEimJD0KiSbS3s/WQYxK3BFmKUr1ZXKnl3gKjz/t ShGiYIcgV2hA== X-IronPort-AV: E=McAfee;i="6200,9189,10009"; a="192101152" X-IronPort-AV: E=Sophos;i="5.83,260,1616482800"; d="scan'208";a="192101152" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2021 20:03:08 -0700 IronPort-SDR: N0YyPSRNZ0IeQFgOjgBp4nxLy+RdutM68vAmb4UZYgGuAq5FMnkbU4wAhUKlBMbdSOu6F2Vu6t 4hWmO+2FFH7A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,260,1616482800"; d="scan'208";a="482219696" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by orsmga001.jf.intel.com with ESMTP; 08 Jun 2021 20:03:06 -0700 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Wed, 9 Jun 2021 07:46:35 -0400 Message-Id: <20210609114636.179046-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH v1] test_plans/vhost_cbdma_test_plan: add one cbdma performance case X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" Signed-off-by: Yinan Wang --- test_plans/vhost_cbdma_test_plan.rst | 65 +++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 2 deletions(-) diff --git a/test_plans/vhost_cbdma_test_plan.rst b/test_plans/vhost_cbdma_test_plan.rst index c827adaa..ce0fdc3e 100644 --- a/test_plans/vhost_cbdma_test_plan.rst +++ b/test_plans/vhost_cbdma_test_plan.rst @@ -73,7 +73,7 @@ TG --> NIC --> Vhost --> Virtio--> Vhost --> NIC --> TG 1. Bind one cbdma port and one nic port to igb_uio, then launch vhost by below command:: - ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 2-3 --file-prefix=vhost --vdev 'net_vhost0,iface=/tmp/s0,queues=1,dmas=[txq0@80:04.0],dmathr=1024' \ + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 2-3 --file-prefix=vhost --vdev 'net_vhost0,iface=/tmp/s0,queues=1,dmas=[txq0@80:01.0],dmathr=1024' \ -- -i --nb-cores=1 --txd=1024 --rxd=1024 >set fwd mac >start @@ -145,7 +145,7 @@ Test Case2: Split ring dynamic queue number test for DMA-accelerated vhost Tx op >set fwd mac >start -3. Send packets with packet size [64,1518] from packet generator with random ip, check perforamnce can get target. +3. Send imix packets from packet generator with random ip, check perforamnce can get target. 4. Stop vhost port, check vhost RX and TX direction both exist packtes in two queues from vhost log. @@ -355,3 +355,64 @@ Test Case5: Packed ring dynamic queue number test for DMA-accelerated vhost Tx o >start 11. Stop vhost port, check vhost RX and TX direction both exist packets in two queues from vhost log. + +Test Case 6: Compare PVP split ring performance between CPU copy, CBDMA copy and Sync copy +========================================================================================== + +CPU copy means vhost enqueue w/o cbdma channel; CBDMA copy needs vhost enqueue with cbdma channel +using parameter '-dmas'; Sync copy needs vhost enqueue with cbdma channel, but threshold ( can be +adjusted by change value of f.async_threshold in dpdk code) is larger than forwarding packet length. + +1. Bind one cbdma port and one nic port which on same numa to igb_uio, then launch vhost by below command:: + + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 2-3 --file-prefix=vhost --vdev 'net_vhost0,iface=/tmp/s0,queues=1,client=1,dmas=[txq0@00:01.0],dmathr=1024' \ + -- -i --nb-cores=1 --txd=1024 --rxd=1024 + >set fwd mac + >start + +2. Launch virtio-user with inorder mergeable path:: + + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \ + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=/tmp/s0,mrg_rxbuf=1,in_order=1,queues=1,server=1 \ + -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --nb-cores=1 --txd=1024 --rxd=1024 + >set fwd mac + >start + +3. Send packets with 64b and 1518b seperately from packet generator, record the throughput as sync copy throughput for 64b and cbdma copy for 1518b:: + + testpmd>show port stats all + +4.Quit vhost side, relaunch with below cmd:: + + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 2-3 --file-prefix=vhost --vdev 'net_vhost0,iface=/tmp/s0,queues=1,client=1,dmas=[txq0@00:01.0],dmathr=2000' \ + -- -i --nb-cores=1 --txd=1024 --rxd=1024 + >set fwd mac + >start + +5. Send packets with 1518b from packet generator, record the throughput as sync copy throughput for 1518b:: + + testpmd>show port stats all + +6. Quit two testpmd, relaunch vhost by below command:: + + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 2-3 --file-prefix=vhost --vdev 'net_vhost0,iface=/tmp/s0,queues=1' \ + -- -i --nb-cores=1 --txd=1024 --rxd=1024 + >set fwd mac + >start + +7. Launch virtio-user with inorder mergeable path:: + + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 5-6 --no-pci --file-prefix=virtio \ + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=/tmp/s0,mrg_rxbuf=1,in_order=1,queues=1 \ + -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --nb-cores=1 --txd=1024 --rxd=1024 + >set fwd mac + >start + +8. Send packets with 64b from packet generator, record the throughput as cpu copy for 64b:: + + testpmd>show port stats all + +9. Check performance can meet below requirement:: + + (1)CPU copy vs. sync copy delta < 10% for 64B packet size + (2)CBDMA copy vs sync copy delta > 5% for 1518 packet size