From patchwork Fri Nov 4 07:22:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119470 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 61609A034C; Fri, 4 Nov 2022 08:28:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 35B8142D10; Fri, 4 Nov 2022 08:28:29 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 5793342D0E for ; Fri, 4 Nov 2022 08:28:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667546908; x=1699082908; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=urDoL2xqJ0rKIKB7UflfvTWPA28k6mFFZPPcz6vxDpw=; b=TbSuYqneS4HHXg1VKbxPUvKo+J6CfLP99/mHrn2WWOAfKEeQqcIb5JgR yvam+NjHeGMQRW+zYQVI8Jlaskoyd3SRbXuI4So7RA7YmGjBPngmohW8z LUC8IDPZx8v+f8xTDkNLWAmmQHTZt0whOt3hnaESlqQejhhy7cau28a5n 76fUQbDFzstNm+9Dx+rD1QgaHR+TXq/GFf+Z3BVFT+By5Uphz3J9JBmGI Nz9oEko6LlUbjFf6W8iPrdCtnDRX1rPWHi8bAvMgg+ZeM7ksBip7cKmPl ET3jAIcKN6LhTG7Ti7aunlhx3b4BWeHMp5H0QInvJXpQLdm/24wnNt2y9 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10520"; a="311023471" X-IronPort-AV: E=Sophos;i="5.96,136,1665471600"; d="scan'208";a="311023471" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Nov 2022 00:28:27 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10520"; a="668268761" X-IronPort-AV: E=Sophos;i="5.96,136,1665471600"; d="scan'208";a="668268761" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Nov 2022 00:28:26 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1] test_plans/vm2vm_virtio_net_perf_test_plan: delete CBDMA related description Date: Fri, 4 Nov 2022 15:22:43 +0800 Message-Id: <20221104072243.2377259-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 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 Acked-by: Xingguang He --- test_plans/vm2vm_virtio_net_perf_test_plan.rst | 3 --- 1 file changed, 3 deletions(-) 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.