From patchwork Fri Nov 4 08:01:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119473 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 79151A0542; Fri, 4 Nov 2022 09:07:25 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4918942D10; Fri, 4 Nov 2022 09:07:25 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 497AB42D0E for ; Fri, 4 Nov 2022 09:07:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667549244; x=1699085244; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PL+jMP/PaFW6sASpfPtJtn4c6v78+4XidNK9FunCOr4=; b=jJieexW/JVoU1dcg256yTxG4n0AtxoiLgaoHM7h6kd54u93n4TDNNRjC YiUfPkGf6cQVYG+TTsVKdr2Y2OfpBQdETjF9HtcTjbSB3WzJpEU2gSs1X jZ6kQcnZwSNCBRgpQY8Se20m8AWTyn5nEvsmibcIhFEpSvjO0utPXrXrn o1yE8mIEnI+iZesmMAmutYJkjPi7CWIO+DUYEzlGNVdSgTiNd55CehoAx kom+/x/LSBmov6LsQ/RqQcQMpe0EljKSuSX2h8v5yG+1BCIdYLkY3ShX7 EYxtrH2AjAkIgjE5VcHfWrVtBbQg2Ez5DpnQUKk6kPiyUtN9b9kqynSni Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10520"; a="307534120" X-IronPort-AV: E=Sophos;i="5.96,136,1665471600"; d="scan'208";a="307534120" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Nov 2022 01:07:23 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10520"; a="698558133" X-IronPort-AV: E=Sophos;i="5.96,136,1665471600"; d="scan'208";a="698558133" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Nov 2022 01:07:22 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1] test_plans/vm2vm_virtio_pmd_test_plan: delete CBDMA related description Date: Fri, 4 Nov 2022 16:01:39 +0800 Message-Id: <20221104080139.2377756-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 1a2cf8d7(test_plans/vm2vm_virtio_pmd_cbdma_test_plan: add vm2vm_virtio_pmd_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_pmd_test_plan.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/test_plans/vm2vm_virtio_pmd_test_plan.rst b/test_plans/vm2vm_virtio_pmd_test_plan.rst index b59469c7..7f47bd02 100644 --- a/test_plans/vm2vm_virtio_pmd_test_plan.rst +++ b/test_plans/vm2vm_virtio_pmd_test_plan.rst @@ -8,7 +8,6 @@ vm2vm vhost-user/virtio-pmd test plan This test plan includes vm2vm mergeable, normal and vector_rx path test with virtio 0.95 and virtio 1.0, also add mergeable and normal path test with virtio 1.1. Specially, three mergeable path cases check the payload of each packets are valid by using pdump. -Note: Blow cases 9-11 which have cbdma usage should add dpdk local path to support async vhostpmd. Test flow =========