From patchwork Tue Sep 6 11:17:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "He, Xingguang" X-Patchwork-Id: 115970 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 38828A0542; Tue, 6 Sep 2022 13:17:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 349EC4021D; Tue, 6 Sep 2022 13:17:17 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 782E540695 for ; Tue, 6 Sep 2022 13:17:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662463035; x=1693999035; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=R4Vdq5ih/H0eg7pDiQ4QKt4aTewiIutLFIB6kcpE/Hs=; b=caDO21Bb6/RRl1QcKkiS1DEz9M8AOP2bD4o8eyUGxWhULybU4a1O8NIT 8wz9Wmcw2Jcx0Iw54D4BYXMkpzbTOon0xglWNxEDLDbQgoj0BNiEQYc2E g87TGuJC0VA9HB8hCpKGIoF5Q1BUMrd4tvO9C7YNxOBr+TmZolPJyJ7Ke bkgDFYKmrxEJhRQiNsRWjFSUy7HFpAXe2mDyvfCoQSV+RpDg8SbpfDc5N 9STUPk8sfJcPNEpk0l6bSGBdqEWjuk5Ovgqi2gluHpgT+VQU6iqU3LJen +o4sCwBnE1rn4UtQlE/x6typkYEv6YIyui3eCEKcmZKr991SwL2J5mW1g w==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="358282806" X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208";a="358282806" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 04:17:15 -0700 X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208";a="644130548" Received: from dpdk-xingguang-icelake.sh.intel.com ([10.67.119.147]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 04:17:13 -0700 From: Xingguang He To: dts@dpdk.org Cc: Xingguang He Subject: [dts][PATCH V1 1/2] test_plans/index: add vm2vm_virtio_pmd_dsa test plan into test_plans/index Date: Tue, 6 Sep 2022 11:17:05 +0000 Message-Id: <20220906111706.1135805-2-xingguang.he@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220906111706.1135805-1-xingguang.he@intel.com> References: <20220906111706.1135805-1-xingguang.he@intel.com> 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 Add vm2vm_virtio_pmd_dsa into test_plans/index. Signed-off-by: Xingguang He --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index cced285e..426f2cb1 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -211,6 +211,7 @@ The following are the test plans for the DPDK DTS automated test system. vm2vm_virtio_net_perfdsa_test_plan vm2vm_virtio_pmd_test_plan vm2vm_virtio_pmd_cbdma_test_plan + vm2vm_virtio_pmd_dsa_test_plan dpdk_gro_lib_test_plan dpdk_gro_lib_cbdma_test_plan dpdk_gso_lib_test_plan