From patchwork Fri Jul 29 02:17:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114402 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 EEE8DA04FD; Fri, 29 Jul 2022 04:22:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B884640151; Fri, 29 Jul 2022 04:22:22 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 11CAA4014F for ; Fri, 29 Jul 2022 04:22:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659061341; x=1690597341; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=K1KOLzpHNS64kFV/JEogdLEIrJWTZqDnNy6kvDf8BP4=; b=Vg+8JVvbn+drUl4pQ9O+vs9qWUcGD8P5oqh97gwvsoiA8F+O/NA2DDW7 SepW0a23yLi3SEeeVbQdINhxDtXdbPshufqzygcaOGUWa/vVsNR9gzHdn m7pRTZwEyYApMU6dsKlCDpkFgfrU09djVYpP+6YVZRSxb5OTH6c9fhwZy 79NhKqfAEiLL/FBgzg/HSYpnPDNs/z/4p5aA9N44foTCTkilQRJdneIYL xnv4zyWN/iR7c2zv6WXXG9F4jq/JcGuUPQbMKIWs+Pxi0JIGYOcVINBHU h0S/h933nVZC0U/oLGQi6GFHQ9wXoSrX4o/Zygtv+gfQMaS0ycgHrSsbp Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10422"; a="275555055" X-IronPort-AV: E=Sophos;i="5.93,200,1654585200"; d="scan'208";a="275555055" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2022 19:22:20 -0700 X-IronPort-AV: E=Sophos;i="5.93,200,1654585200"; d="scan'208";a="660042626" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2022 19:22:18 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] delete vhost_event_idx_interrupt_cbdma Date: Thu, 28 Jul 2022 22:17:24 -0400 Message-Id: <20220729021724.999672-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 (2): 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 ...st_event_idx_interrupt_cbdma_test_plan.rst | 281 ----------- ...stSuite_vhost_event_idx_interrupt_cbdma.py | 459 ------------------ 2 files changed, 740 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