From patchwork Sat Sep 3 06:04: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: 115824 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 C61E7A0543; Sat, 3 Sep 2022 08:09:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCBF6410E5; Sat, 3 Sep 2022 08:09:16 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id B5B9140698 for ; Sat, 3 Sep 2022 08:09:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662185354; x=1693721354; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GtWdCwV3XtmFwDDx1x7UZLP69gknUqEUVXwDaLvzhWk=; b=RYgrCHv/QT2sgfvqntJlGyVMF4pw56k17+shyPK3j1h5oOLLShQqm2uw SeBjrJldq2ttdXpKb9kxFgrujZi/QMynEYYm2tqvm9+LgYTmX8TRkE40k nqL5pwKyVmnlcgDxVOJnxEHJKVIDERN3cog91WzMRtz0xamU4cweQwTFP SgDxfm+4uZmqYWAhq6KiBBpXtQwiVan2sB2sRzmbN5hmSqzwTQ2JLK5ue oqASiPKpATyfDO5WwxG+J+oaeXwt2tYUf5G4vDYT0wjktRoShoU9ClEOM L2PfawuXC7m4eSVKJcCGvYaROFzLRr48Qu0J//xD1O3dijgIfmNBJzKdY g==; X-IronPort-AV: E=McAfee;i="6500,9779,10458"; a="382435593" X-IronPort-AV: E=Sophos;i="5.93,286,1654585200"; d="scan'208";a="382435593" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Sep 2022 23:09:13 -0700 X-IronPort-AV: E=Sophos;i="5.93,286,1654585200"; d="scan'208";a="674632663" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Sep 2022 23:09:12 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 1/3] test_plans/index: delete vhost_event_idx_interrupt_cbdma_test_plan Date: Sat, 3 Sep 2022 02:04:43 -0400 Message-Id: <20220903060443.2937745-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 Interrupt with async datapath requires vhostpmd local patch support, but it doesn't support it right now, so delete the vhost_event_idx_interrupt_cbdma testplan from test_plans/index.rst. Signed-off-by: Wei Ling --- test_plans/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index 6aaf1ab8..2d797b6d 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -197,7 +197,6 @@ 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