[V1] test_plans/vm2vm_virtio_net_perf_test_plan: delete CBDMA related description

Message ID 20221104072243.2377259-1-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/vm2vm_virtio_net_perf_test_plan: delete CBDMA related description |

Checks

Context Check Description
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-doc-test success Testing OK
ci/Intel-dts-suite-test warning SKIPPED
ci/Intel-dts-format-test success Testing OK

Commit Message

Ling, WeiX Nov. 4, 2022, 7:22 a.m. UTC
  As the DTS commit cd2dab794d(test_plans/vm2vm_virtio_net_perf_cbdma_test_plan: 
add vm2vm_virtio_net_perf_cbdma testplan) have moved the CBDMA related
into another testplan,so delete CBDMA related description in this
testplan.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 test_plans/vm2vm_virtio_net_perf_test_plan.rst | 3 ---
 1 file changed, 3 deletions(-)
  

Comments

He, Xingguang Nov. 8, 2022, 8:25 a.m. UTC | #1
> -----Original Message-----
> From: Wei Ling <weix.ling@intel.com>
> Sent: Friday, November 4, 2022 3:23 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] test_plans/vm2vm_virtio_net_perf_test_plan: delete
> CBDMA related description
> 
> As the DTS commit
> cd2dab794d(test_plans/vm2vm_virtio_net_perf_cbdma_test_plan:
> add vm2vm_virtio_net_perf_cbdma testplan) have moved the CBDMA related
> into another testplan,so delete CBDMA related description in this testplan.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>
> ---
Acked-by: Xingguang He<xingguang.he@intel.com>
  
Tu, Lijuan Nov. 18, 2022, 7:55 a.m. UTC | #2
On Fri,  4 Nov 2022 15:22:43 +0800, Wei Ling <weix.ling@intel.com> wrote:
> As the DTS commit cd2dab794d(test_plans/vm2vm_virtio_net_perf_cbdma_test_plan: 
> add vm2vm_virtio_net_perf_cbdma testplan) have moved the CBDMA related
> into another testplan,so delete CBDMA related description in this
> testplan.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>


Applied, thanks
  

Patch

diff --git a/test_plans/vm2vm_virtio_net_perf_test_plan.rst b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
index fe8d5818..21661b4b 100644
--- a/test_plans/vm2vm_virtio_net_perf_test_plan.rst
+++ b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
@@ -13,9 +13,6 @@  This test plan test several features in VM2VM topo:
 in the UDP/IP stack with vm2vm split ring and packed ring vhost-user/virtio-net mergeable path.
 2. Check the payload of large packet (larger than 1MB) is valid after forwarding packets with vm2vm split ring
 and packed ring vhost-user/virtio-net mergeable and non-mergeable path.
-3. Check Vhost tx offload function by verifying the TSO/cksum in the TCP/IP stack with vm2vm split ring and
-packed ring vhost-user/virtio-net mergeable path with CBDMA channel.
-4. Multi-queues number dynamic change in vm2vm vhost-user/virtio-net with split ring and packed ring when vhost enqueue operation with multi-CBDMA channels.
 Note: 
 1.For packed virtqueue virtio-net test, need qemu version > 4.2.0 and VM kernel version > v5.1.
 2.For split virtqueue virtio-net with multi-queues server mode test, need qemu version > LTS 4.2.1, dut to old qemu exist reconnect issue when multi-queues test.