From patchwork Thu May 19 08:13:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 111390 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 BF805A0503; Thu, 19 May 2022 10:15:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B72DF42B6D; Thu, 19 May 2022 10:15:07 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id BC29A40222 for ; Thu, 19 May 2022 10:15:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652948106; x=1684484106; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=2cy/PgUT3TKo0wnXxn8LbehE1pWyfdAlynuhz4Ae9EI=; b=HbqLODKX9ufEVluKkeXEJoEFbGS7MY0t7sUfmATjgQL28FJFrAVU/tag qMPOi/AFb9eWl4z1sdjFPY0XK9KfH0FvefHEtiq5lnLCBIERGS7AwAp/J fFOovMLmCv30TSeYqi4DTMLnp9RK3t7uVW7JLmDr9XYj0+A+NMhR/Qafd ajJ03BgX9MzhdY78phrM4sXYiUS8s2GdJW9XhNLTJkK3ggC8Z7JkfcQrU vMrVA/X4Fb6kUWfR7EfDBmwXoJ2eetzQsRCpIbB/39qYZmQN19qcZl8WR WmR/9JjL5FEmjErCqmxRGRZUTJKmQvAPPwpRtoRSR1w5iehovzMf31MDw w==; X-IronPort-AV: E=McAfee;i="6400,9594,10351"; a="270910446" X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="270910446" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 01:15:05 -0700 X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="714871683" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 01:15:04 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 1/5] test_plans/index: add vhost_user_interrupt_cbdma testsuite Date: Thu, 19 May 2022 04:13:43 -0400 Message-Id: <20220519081343.2815993-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_user_interrupt_cbdma_test_plan into 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 6978a2ef..00118a4b 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -169,6 +169,7 @@ The following are the test plans for the DPDK DTS automated test system. speed_capabilities_test_plan vhost_cbdma_test_plan vhost_user_interrupt_test_plan + vhost_user_interrupt_cbdma_test_plan sriov_kvm_test_plan stability_test_plan stats_checks_test_plan