From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D08E7A054F; Tue, 2 Mar 2021 07:35:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A2EF64014E; Tue, 2 Mar 2021 07:35:55 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 32A5E40142 for ; Tue, 2 Mar 2021 07:35:53 +0100 (CET) IronPort-SDR: lkpiTKEK74hFe2csfTYwU7PE1jFtkib+yM3JvOyo7yDo/SJxlUP8pMdvcL1pGxl3u0DDb6NfOG e6ZsZi0cybOg== X-IronPort-AV: E=McAfee;i="6000,8403,9910"; a="248113103" X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="248113103" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 22:35:53 -0800 IronPort-SDR: cDfA0eV8KiCy5m4rCSYTrPZ+suJUiyoY38XvIbibWXKAnfujrIjamqbxB4yG8E2J8Nn0XYpqDy JJ5t6ZbqagQQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="444617352" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by orsmga001.jf.intel.com with ESMTP; 01 Mar 2021 22:35:51 -0800 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Tue, 2 Mar 2021 10:22:07 -0500 Message-Id: <20210302152207.47345-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/vhost_cbdma_test_plan.rst 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" 1. Change test traffic to imix packets for better case coverage. 2. Update normal path to vectorized path for better case coverage. Signed-off-by: Yinan Wang --- test_plans/vhost_cbdma_test_plan.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_plans/vhost_cbdma_test_plan.rst b/test_plans/vhost_cbdma_test_plan.rst index bbfa22c1..a1ceda74 100644 --- a/test_plans/vhost_cbdma_test_plan.rst +++ b/test_plans/vhost_cbdma_test_plan.rst @@ -86,7 +86,7 @@ TG --> NIC --> Vhost --> Virtio--> Vhost --> NIC --> TG >set fwd mac >start -3. Send packets with packet size [64,1518] from packet generator, check the throughput can get expected data, restart vhost port, then check throughput again:: +3. Send imix packets [64,1518] from packet generator, check the throughput can get expected data, restart vhost port, then check throughput again:: testpmd>show port stats all testpmd>stop @@ -158,11 +158,11 @@ Test Case2: Dynamic queue number test for DMA-accelerated vhost Tx operations testpmd>start testpmd>show port stats all -6. Relaunch virtio-user with 2 queues:: +6. Relaunch virtio-user with vectorized path and 2 queues:: ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -n 4 -l 30-31 --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=2,server=1 \ - -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --nb-cores=1 --txd=1024 --rxd=1024 --txq=2 --rxq=2 + --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=/tmp/s0,mrg_rxbuf=0,in_order=1,vectorized=1,queues=2,server=1 \ + -- -i --nb-cores=1 --txd=1024 --rxd=1024 --txq=2 --rxq=2 >set fwd mac >start -- 2.25.1