From patchwork Fri Dec 23 02:28:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 121309 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 B1179A0093; Fri, 23 Dec 2022 03:37:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB101410F9; Fri, 23 Dec 2022 03:37:26 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 2D8BF40685 for ; Fri, 23 Dec 2022 03:37:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671763045; x=1703299045; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=6m9WkUODrKHLHbY6bLEoaCx/sy5KvV1zPrU464SYc+s=; b=gv6LGXXc0YOHFzTPs5/u7m4EE//zPB762Q3uxfhhR/ayoXB8cJrxQkL2 wNnN6qE/dbTBYl53TrGhEeY6X944FnxUKqTFFvlQKrcwHYdmH+nVxRkHC Kpl9Yy+SBFTpsrq+c6FCR9eRrp7SJNPy/STJb0MaHHOBoGEzzPIxwAyD4 tMRUtGcdE3LtUWjlL71CH4oJA/Rv9+OQ+Z1YFHSnCHSiUXT01c1HpxJks U2yWMVq07imthrzYDIC8UCA4qESksNu7rIVCLp2WEZtuHkKiZH3LTAu2h vOgS/NE7yO6FsNvCtdIWhpYM2/F20xTRM5nOAwaIgZaUI5YTCan0yg+eG w==; X-IronPort-AV: E=McAfee;i="6500,9779,10569"; a="303730244" X-IronPort-AV: E=Sophos;i="5.96,267,1665471600"; d="scan'208";a="303730244" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 18:37:24 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10569"; a="629704974" X-IronPort-AV: E=Sophos;i="5.96,267,1665471600"; d="scan'208";a="629704974" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 18:37:23 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V7 1/3] test_plans/index: add vhost_event_idx_interrupt_cbdma Date: Fri, 23 Dec 2022 10:28:39 +0800 Message-Id: <20221223022839.751754-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 914a5aa6..85f2500e 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -208,6 +208,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