From patchwork Fri Dec 23 03:11:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 121335 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 AED82A0093; Fri, 23 Dec 2022 04:20:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9B2B410F9; Fri, 23 Dec 2022 04:20:36 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 1216B40685 for ; Fri, 23 Dec 2022 04:20:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671765635; x=1703301635; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=OFawssspwrrDqpNj98pUyJs8hr4xPdTmHNIYTolvYEM=; b=E3zoabcbV5O7IvsK8rpKEX9c//e5Em5otdk/sRl2s3zL/fc80iFXRJiv PAOYkdRJeQ+pO689CoU8uGD3AwAdXOatUvApEqfTD45tBd9X9+jrS0ocf 7kWavCWqr60w7O3Oku9VHwuuLxMO4kV54BdaCJ16cIpEjT3aWkABH65JZ pV9EQK67Bd3980EjAW5VD7ibSWVW9710Uj4X2pxunISq0gljRm4kBX6no ielqD1KXxZ8bymjpr2jvlfdZvxJKnTtj4Lf64eZ1Dchvbawx6oavfTeEV wVBwfP6SpqE1RQbDCOsqAsrM3TvYqNfigKhkFogfQjY1+4WLwW5vdLv7i A==; X-IronPort-AV: E=McAfee;i="6500,9779,10569"; a="384651162" X-IronPort-AV: E=Sophos;i="5.96,267,1665471600"; d="scan'208";a="384651162" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 19:20:34 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10569"; a="651985732" X-IronPort-AV: E=Sophos;i="5.96,267,1665471600"; d="scan'208";a="651985732" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 19:20:33 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 1/4] test_plans/index: add vhost_dsa_test_plan Date: Fri, 23 Dec 2022 11:11:49 +0800 Message-Id: <20221223031149.753360-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 Add vhost_dsa_test_plan in test_plans/index.rst. Signed-off-by: Wei Ling --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 914a5aa6..66123e71 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -148,6 +148,7 @@ The following are the test plans for the DPDK DTS automated test system. shutdown_api_test_plan speed_capabilities_test_plan vhost_cbdma_test_plan + vhost_dsa_test_plan vhost_user_interrupt_test_plan vhost_user_interrupt_cbdma_test_plan sriov_kvm_test_plan