From patchwork Fri Nov 11 05:58:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119747 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 2109FA0542; Fri, 11 Nov 2022 07:05:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C9524014F; Fri, 11 Nov 2022 07:05:04 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id A1CBC400EF for ; Fri, 11 Nov 2022 07:05:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668146702; x=1699682702; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=P6S1ifwo3wURZjZES7+KJgvw/RwaTsJAG8sqE4ke5gA=; b=RvooglPFMYNkB27V9VEJ8nLzAL5cDrSWKSewhD8iRHc4z2DmFte8vvpo kzQ3nCmHWrg2cxsMp2itMOqp1VpfeVca5hvVH0B15cwPyeEW9918FkTaL ygmsyq+3I+05pvVg7i06u2QGLl+Q0wap0PfgOpHH7nnQ8T0GDxo0VRUqC CscViapHao7oUAhkDuhBACr3gnnxquwPX5gDOAVOkjI04GOrb4DYAxCix HrMs4qE6jSQ2TVU2ag5RPPyd8mTo6KRvPWr04AU7m830DKCWdwqCSql2I DjYn+N27mGb+e6MGeiwKSl9/wsDA2rJ0EK4JYEm+2mo34ErLUWuTBcOZi Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="310246659" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="310246659" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 22:05:01 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="882655421" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="882655421" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 22:05:00 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 1/3] test_plans/index: add vhost_user_interrupt_cbdma_test_plan Date: Fri, 11 Nov 2022 13:58:21 +0800 Message-Id: <20221111055821.2421189-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 570e1c35..15279ea3 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. 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