From patchwork Tue Nov 22 06:52:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120037 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 32E38A057E; Tue, 22 Nov 2022 07:58:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2ED5D42D48; Tue, 22 Nov 2022 07:58:23 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id EDC52427EB for ; Tue, 22 Nov 2022 07:58:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669100302; x=1700636302; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=WOkInPMltwoVu4T6AIiMRElpLgzA4K3aEhfxAni3aZs=; b=as5H4Ud/egJoJltSSllCOKUJD0owuVW7GHOcoV2QOVjHMLkqTI2M0PhL 5wFVLM9HjETGIwY2Ex0k16e5tGq8Vvdwf8Bc6a3aRZtemGCIUJa5q9HnI XiwoxIKUnwg2PiXJ0pXmkOI74oImoxvVdwcLfYFHNx5qwK7DSpdBuQe9s cFEQ/aHEbVrkvrHr3xYLZB5H6+l0yBVqbaMISA688vG8Wgzrc2AjfVwSS JmAiQTnwt07sxu+hbvMF4en1vkyEtQPCWRwh9WXT0J9RjxvhhO+pSbUL/ HLJwnSK+YV2UxP1wPvoJ0H3XBKqHsTsmDl/GX07fNS9FJiCD4PmOmOYA8 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="375892999" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="375892999" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 22:58:21 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="672383547" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="672383547" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 22:58:18 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 1/3] test_plans/index: add vhost_user_interrupt_cbdma_test_plan Date: Tue, 22 Nov 2022 14:52:32 +0800 Message-Id: <20221122065232.2894015-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 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..86357e69 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -149,6 +149,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 stats_checks_test_plan eventdev_pipeline_test_plan