From patchwork Fri Nov 4 07:42:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119472 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 0BC69A00C5; Fri, 4 Nov 2022 08:48:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C86C242D10; Fri, 4 Nov 2022 08:48:32 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id F04A742D0E for ; Fri, 4 Nov 2022 08:48:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667548112; x=1699084112; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Yc1q0zUrWSw2URn9bDGV8xgNsL03Ujz8lqKknGbi4jQ=; b=j4o+XcviqNoFdePEvKjgkJjnN9FTK4l77gFGvPFPWk0TdKQQ1RcLiolO 7xNlyMdTp3e1wg4+W8WDwi5fc8RHLAxU/VXri/v48x2zcawSM94RJHb3m KXuzLX2ma1SRwjxrWsBoOF9/jm94Owu9BRzXiwG/C20W/CFJEtewEmNR4 V22o6Loh79XbTzbOn+XBhkcdMeP5V2tyWfFFGGhYGPVs07zNx8rqpDmvv t1P3lAlUIbh4xSekHXgqa1YNrBQPAKd+FbipIWKCODfkQ6wqDUmC7hGGO PZ+9pkrbl+e0gMsTSM7EUq250uGqqzQ6gJrITIsSZmCNA7wY51vOkjos5 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10520"; a="372013251" X-IronPort-AV: E=Sophos;i="5.96,136,1665471600"; d="scan'208";a="372013251" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Nov 2022 00:48:30 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10520"; a="964255560" X-IronPort-AV: E=Sophos;i="5.96,136,1665471600"; d="scan'208";a="964255560" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Nov 2022 00:48:29 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1] test_plans/vm2vm_virtio_user_test_plan: delete CBDMA related description Date: Fri, 4 Nov 2022 15:42:47 +0800 Message-Id: <20221104074247.2377539-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 f34cccda83(test_plans/vm2vm_virtio_user_cbdma_test_plan: add vm2vm_virtio_user_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_user_test_plan.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_plans/vm2vm_virtio_user_test_plan.rst b/test_plans/vm2vm_virtio_user_test_plan.rst index ede6e99e..d83f2719 100644 --- a/test_plans/vm2vm_virtio_user_test_plan.rst +++ b/test_plans/vm2vm_virtio_user_test_plan.rst @@ -11,8 +11,7 @@ Description This test plan test several features in VM2VM topo: 1. Split virtqueue vm2vm in-order mergeable, in-order non-mergeable, mergeable, non-mergeable, vector_rx path test. 2. Packed virtqueue vm2vm in-order mergeable, in-order non-mergeable, mergeable, non-mergeable, vectorized path (ringsize not powerof 2) test. -3. Split ring and packed ring vm2vm test when vhost enqueue operation with multi-CBDMA channels. -4. Test indirect descriptor feature. For example, the split ring mergeable inorder path use non-indirect descriptor, the 2000,2000,2000,2000 chain packets will need 4 consequent ring, still need one ring put header. +3. Test indirect descriptor feature. For example, the split ring mergeable inorder path use non-indirect descriptor, the 2000,2000,2000,2000 chain packets will need 4 consequent ring, still need one ring put header. the split ring mergeable path use indirect descriptor, the 2000,2000,2000,2000 chain packets will only occupy one ring. Test flow