From patchwork Sat Sep 3 06:04:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 115823 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 BD47CA0543; Sat, 3 Sep 2022 08:09:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9009640A7F; Sat, 3 Sep 2022 08:09:11 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id E1C4840698 for ; Sat, 3 Sep 2022 08:09:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662185350; x=1693721350; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=w/1xLF9HB8o5IZifYeL9uJUmAFqsG/meBcNUwtM4qH0=; b=hvKHflB4cZEcjtOshYnKHQbqlCMNtOn7A/oqA4V3ijRr5IJBRUgzOCY/ j8aQvKBcTadFjaC3edSDbjwaFxuJ18mrwRE92T0mMaitJiKzUmfIWvFLP w4YNJ01SF0t9BhHJbc0+QEihjg2pfsowtRKGX+SqoGZ4Wcb4z8F+IcJlI 8VfIC7Q3t10LPUXlRAioLj+y+YtmAGwXEOMJjDKmP9WxVv/rYHarQoncz lKnqaRF/skj44tPoEZmxWKSoAXnmK6HTbjBcFQiCNluicNy9ykf2bzQV7 rShEgxskVi1fLOFZJlMZzp6rQnqHlMEXfLHe7VEtTrlmE3dOwq5iyUL+o w==; X-IronPort-AV: E=McAfee;i="6500,9779,10458"; a="296139797" X-IronPort-AV: E=Sophos;i="5.93,286,1654585200"; d="scan'208";a="296139797" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Sep 2022 23:09:05 -0700 X-IronPort-AV: E=Sophos;i="5.93,286,1654585200"; d="scan'208";a="674632636" 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:04 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/3] delete vhost_event_idx_interrupt_cbdma Date: Sat, 3 Sep 2022 02:04:34 -0400 Message-Id: <20220903060434.2937684-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 and testsuite. Wei Ling (3): test_plans/index: delete vhost_event_idx_interrupt_cbdma_test_plan test_plans/vhost_event_idx_interrupt_cbdma_test_plan: delete testplan as not support tests/vhost_event_idx_interrupt_cbdma: delete testsuite as not support test_plans/index.rst | 1 - ...st_event_idx_interrupt_cbdma_test_plan.rst | 281 ----------- ...stSuite_vhost_event_idx_interrupt_cbdma.py | 459 ------------------ 3 files changed, 741 deletions(-) delete mode 100644 test_plans/vhost_event_idx_interrupt_cbdma_test_plan.rst delete mode 100644 tests/TestSuite_vhost_event_idx_interrupt_cbdma.py