From patchwork Fri Jul 29 02:22:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114405 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 CDAEAA04FD; Fri, 29 Jul 2022 04:27:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 989D740151; Fri, 29 Jul 2022 04:27:26 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 09C054014F for ; Fri, 29 Jul 2022 04:27:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659061645; x=1690597645; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GeYRoJ71NQ0ek9B7tsnOGJI4uWGf1S0C1IbKwwzYHOE=; b=bsW6xjULCSOchhs1/GWPOpo8TJ13WcrNE8YczHPTYb85GVha65nVGisU irfhm699pDQjLSLON4BU5MDGXPjJ+fdjJfWsWQjORJCdFfecGk0L7B+v5 Xicu9og+S5txoHAShr3a4eAuIJDEhzEYQ33zLzS+7kqpygL7aplRfFmPb e1CWh/I8YcgbXSxft8F3utZqYzVcIwXrEwzlilIAaEP/TRLOeCcrGUU1x Q/L7+49LTYfUXcuF722tAZB/yVowfCJlLbEsZTgsM528tjntaxOXCXhfB AXpl2mySXaF1lK7DXa+US+m1H3LTWOGoQnWU32l9wVI/sbACWYl+6ZI5I g==; X-IronPort-AV: E=McAfee;i="6400,9594,10422"; a="268437428" X-IronPort-AV: E=Sophos;i="5.93,200,1654585200"; d="scan'208";a="268437428" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2022 19:27:24 -0700 X-IronPort-AV: E=Sophos;i="5.93,200,1654585200"; d="scan'208";a="598114049" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2022 19:27:22 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] delete vhost_user_interrupt_cbdma Date: Thu, 28 Jul 2022 22:22:27 -0400 Message-Id: <20220729022227.1000074-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_user_interrupt_cbdma testplan and testsuite. Wei Ling (2): test_plans/vhost_user_interrupt_cbdma_test_plan: delete testplan as not support tests/vhost_user_interrupt_cbdma: delete testsuite as not support .../vhost_user_interrupt_cbdma_test_plan.rst | 89 ------ tests/TestSuite_vhost_user_interrupt_cbdma.py | 296 ------------------ 2 files changed, 385 deletions(-) delete mode 100644 test_plans/vhost_user_interrupt_cbdma_test_plan.rst delete mode 100644 tests/TestSuite_vhost_user_interrupt_cbdma.py