From patchwork Tue Nov 22 09:11:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120084 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 2FAF0A057F; Tue, 22 Nov 2022 10:17:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B58D42D54; Tue, 22 Nov 2022 10:17:19 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id E277842D4B for ; Tue, 22 Nov 2022 10:17:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669108638; x=1700644638; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=sbtTUhtWNsfYBGmesIQobdeuww3Ex7fObpsWIn6YBw8=; b=KRP6ppgq99fWJXe82SBeTyMCsGGPG3R9wBbFyxEAK76ADWeQ2OgjbMaU NcCwN/jsYEiKBcjzjnS8KuAwSk+9J1EuhqmTPj+c+9v97xSqxoZNu5f1p l9ifwtDRfjA7f+X3GohmS9l4MV7fqzjdUHMJyiWqdSVwbsYJgIVhR06hK hRF3rSTctcMeRNWwpeFXYA22GzMpRaoW484NBQYn+5NbD1hHLhNa7Tcpn hrIAmCEb6/l1yAUoZ1JLtHILZR+VywdXYvaDQF7RLao724vve6r497UPK PH6ygX4pbhVOBxxaM+GM2eTHNJ3umIoEn7GPs8Vp2IyWwmraEIUQm0q0i g==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="340640493" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="340640493" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 01:17:17 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="643654018" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="643654018" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 01:17:15 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V4 1/3] test_plans/index: add vhost_event_idx_interrupt_cbdma_test_plan Date: Tue, 22 Nov 2022 17:11:28 +0800 Message-Id: <20221122091128.2899305-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_event_idx_interrupt_cbdma_test_plan config in 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 68739dd8..857e60cb 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -207,6 +207,7 @@ The following are the test plans for the DPDK DTS automated test system. malicious_driver_event_indication_test_plan vhost_event_idx_interrupt_test_plan + vhost_event_idx_interrupt_cbdma_test_plan vhost_virtio_pmd_interrupt_test_plan vhost_virtio_pmd_interrupt_cbdma_test_plan vhost_virtio_user_interrupt_test_plan