From patchwork Mon Oct 10 04:11:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "He, Xingguang" X-Patchwork-Id: 117758 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 92B90A0544; Mon, 10 Oct 2022 06:11:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A08340687; Mon, 10 Oct 2022 06:11:27 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id A1D8640042 for ; Mon, 10 Oct 2022 06:11:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665375086; x=1696911086; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=7TgqmnjIat4SRK44OXzXCjiZscpmnLf9zIjujURptgs=; b=CTMC5zVr90aBMRyqFmjft8D07PrB5173N74ejFc0AWXATE8IsQAsLnvP naNonumUt97R8OOXrka3zK2pySl20KJ6fftgXhshwEHnqQZh1mfNakyCT cauqacPSrCXbkhPK0oR5K/NXhiNGmXdSDaAHF2yGmKITKXUl6kTZF1T05 xP9fcGvIk98AJClCZsP2WnBvDrV2hmRw6e99G0N3+76by1U2YcN6MdT4v MhKsJ6LJaNQdIhbGi/zjEng+PZA0mD8L7Y2SXL2NMTbVnG1iydBhxa0Mh Pob0BVMdBSN5z6Oy27IMpO3se1m5Lnm42Ee0ckKhqJkvZfxulkZm1gDo1 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="283862365" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="283862365" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 21:11:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="656793874" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="656793874" Received: from dpdk-xingguang-icelake.sh.intel.com ([10.67.119.116]) by orsmga008.jf.intel.com with ESMTP; 09 Oct 2022 21:11:23 -0700 From: Xingguang He To: dts@dpdk.org Cc: "He, Xingguang" , He@dpdk.org Subject: [dts][PATCH V2 1/2] test_plans/index: add vm2vm_virtio_pmd_dsa test plan into test_plans/index Date: Mon, 10 Oct 2022 04:11:11 +0000 Message-Id: <20221010041112.99538-2-xingguang.he@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221010041112.99538-1-xingguang.he@intel.com> References: <20221010041112.99538-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 From: "He, Xingguang" Add vm2vm_virtio_pmd_dsa into test_plans/index. Signed-off-by: He, Xingguang --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 570e1c35..128823b6 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -220,6 +220,7 @@ The following are the test plans for the DPDK DTS automated test system. vm2vm_virtio_net_perf_dsa_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