From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 33514A0471 for ; Tue, 18 Jun 2019 09:42:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B9F41C0D4; Tue, 18 Jun 2019 09:42:42 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6A6691C0D3 for ; Tue, 18 Jun 2019 09:42:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2019 00:42:39 -0700 X-ExtLoop1: 1 Received: from npg-dpdk-project-yinanwang-1.sh.intel.com ([10.67.110.166]) by fmsmga007.fm.intel.com with ESMTP; 18 Jun 2019 00:42:38 -0700 From: Yinan To: dts@dpdk.org Cc: Wang Yinan Date: Tue, 18 Jun 2019 00:39:47 +0000 Message-Id: <20190618003947.15521-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH v2] test_plans: add large packet payload check for vm2vm_virtio_pmd_test_plan 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" From: Wang Yinan Signed-off-by: Wang Yinan --- test_plans/vm2vm_virtio_pmd_test_plan.rst | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/test_plans/vm2vm_virtio_pmd_test_plan.rst b/test_plans/vm2vm_virtio_pmd_test_plan.rst index 3666751..bb9fc21 100644 --- a/test_plans/vm2vm_virtio_pmd_test_plan.rst +++ b/test_plans/vm2vm_virtio_pmd_test_plan.rst @@ -78,8 +78,8 @@ Test Case 1: VM2VM vhost-user/virtio-pmd with mergeable path 3. On VM1, bind vdev with igb_uio driver,then run testpmd, set rxonly mode for virtio1:: ./testpmd -c 0x3 -n 4 -- -i --tx-offloads=0x00 --enable-hw-vlan-strip --txd=1024 --rxd=1024 - testpmd>set fwd rxonly - testpmd>start + testpmd>set fwd rxonly + testpmd>start 4. On VM2, bind vdev with igb_uio driver,then run testpmd, set txonly for virtio2 and send 64B packets:: @@ -129,8 +129,8 @@ Test Case 2: VM2VM vhost-user/virtio-pmd with vector path 3. On VM1, bind vdev with igb_uio driver,then run testpmd, set rxonly for virtio1:: ./testpmd -c 0x3 -n 4 -- -i --txd=1024 --rxd=1024 - testpmd>set fwd rxonly - testpmd>start + testpmd>set fwd rxonly + testpmd>start 4. On VM2, bind vdev with igb_uio driver,then run testpmd, set txonly for virtio2 and send 64B packets:: @@ -180,8 +180,8 @@ Test Case 3: VM2VM vhost-user/virtio-pmd with normal path 3. On VM1, bind vdev with igb_uio driver,then run testpmd, set rxonly for virtio1 :: ./testpmd -c 0x3 -n 4 -- -i --tx-offloads=0x00 --enable-hw-vlan-strip --txd=1024 --rxd=1024 - testpmd>set fwd rxonly - testpmd>start + testpmd>set fwd rxonly + testpmd>start 4. On VM2, bind vdev with igb_uio driver,then run testpmd, set rxonly for virtio2 and send 64B packets :: @@ -231,8 +231,8 @@ Test Case 4: VM2VM vhost-user/virtio1.0-pmd with mergeable path 3. On VM1, bind vdev with igb_uio driver,then run testpmd, set rxonly for virtio1 :: ./testpmd -c 0x3 -n 4 -- -i --tx-offloads=0x00 --enable-hw-vlan-strip --txd=1024 --rxd=1024 - testpmd>set fwd rxonly - testpmd>start + testpmd>set fwd rxonly + testpmd>start 4. On VM2, bind vdev with igb_uio driver,then run testpmd, set txonly for virtio2 :: @@ -292,8 +292,8 @@ Test Case 5: VM2VM vhost-user/virtio-pmd mergeable path with payload valid check 4. Bind virtio with igb_uio driver,then run testpmd, set rxonly mode for virtio-pmd on VM1:: ./testpmd -c 0x3 -n 4 --file-prefix=test -- -i --txd=1024 --rxd=1024 --max-pkt-len=9600 - testpmd>set fwd rxonly - testpmd>start + testpmd>set fwd rxonly + testpmd>start 5. Bootup pdump in VM1:: @@ -355,8 +355,8 @@ Test Case 6: VM2VM vhost-user/virtio1.0-pmd mergeable path with payload valid ch 4. Bind virtio with igb_uio driver,then run testpmd, set rxonly mode for virtio-pmd on VM1:: ./testpmd -c 0x3 -n 4 --file-prefix=test -- -i --txd=1024 --rxd=1024 --max-pkt-len=9600 - testpmd>set fwd rxonly - testpmd>start + testpmd>set fwd rxonly + testpmd>start 5. Bootup pdump in VM1:: -- 2.17.1