From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 36DC942A97; Mon, 8 May 2023 11:30:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3383E410ED; Mon, 8 May 2023 11:30:47 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id C88E240685 for ; Mon, 8 May 2023 11:30:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683538246; x=1715074246; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=SZRnFD6pD9M0vsabt6JY+M3OTtOt38KJfWl52lE1gnY=; b=Tv85ef1L35BGxGg+bY5AZfCr9jYU6w8kdpypK3tWlvPXLPVedWBKoIo8 Rwp6zo36we+o6TUm4+Q7sMjw1DMmVvDDjd6cmnLFsp/cDDd/M4zLoIylE GZOa4zM9FzQY1G6Viq2SAs7sfYpT8BcZPMB4a8WjBQIA7WufFEVz8odj4 Pjpi8BHtZQpL2vEnfMIEBXZ+nZX0OshD9y5c0vyWPb6zbD0+o1MYwJYVK PRWS8AA1wcvgPUvCBWewqrphNI0RF0dPc4lG/pjA34Bblsu4oEjXaABHE oXWoddn3NWWHEHiJ0AnnCGMSn93T8k3lo92GVfM3wlQQyAxJrE7xWmcur A==; X-IronPort-AV: E=McAfee;i="6600,9927,10703"; a="348426526" X-IronPort-AV: E=Sophos;i="5.99,258,1677571200"; d="scan'208";a="348426526" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 May 2023 02:30:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10703"; a="872731345" X-IronPort-AV: E=Sophos;i="5.99,258,1677571200"; d="scan'208";a="872731345" Received: from silpixa00401183.ir.intel.com ([10.55.129.127]) by orsmga005.jf.intel.com with ESMTP; 08 May 2023 02:30:42 -0700 From: Tadhg Kearney To: dts@dpdk.org Cc: reshma.pattan@intel.com, karen.kelly@intel.com, Tadhg Kearney Subject: [dts][PATCH v2 0/2] remove power_empty_poll test_plan and conf Date: Mon, 8 May 2023 09:30:39 +0000 Message-Id: <20230508093041.656981-1-tadhg.kearney@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 The experimental empty poll API has been removed from the power management library in DPDK 22.03. Removing test_plan and configuration, power_empty_poll test has already been removed. Tadhg Kearney (2): test_plan/power_empty_poll: remove power_empty_poll test_plan conf/power_empty_poll: remove power_empty_poll configuration conf/power_empty_poll.cfg | 3 - test_plans/index.rst | 1 - test_plans/power_empty_poll_test_plan.rst | 115 ---------------------- 3 files changed, 119 deletions(-) delete mode 100644 conf/power_empty_poll.cfg delete mode 100644 test_plans/power_empty_poll_test_plan.rst -- 2.34.1