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 1A228427EB; Tue, 28 Mar 2023 02:53:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E40CF40EDF; Tue, 28 Mar 2023 02:53:19 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 6432040A87 for ; Tue, 28 Mar 2023 02:53:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679964798; x=1711500798; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=kZQXL39Dx6DtLCp3I1+i5JiTuln6sliocwHFcODF8No=; b=g/Ph+qEs9WU0xnDZtDWDSXi/R1H1JdJfm6vJ6kFz6dL+uNrwFXtjv2es if0XTyrUaonbWUP+ax4OUFb5HNSThqAz6iUlm+upSFspThgR6bhTW5dKL h/wx1PzPA2TOVRS5PkNUC6cT9OSvFMCyvCKShp5IfC8bQl+mdqWwFhNCz Ew8qb4+9kPRqnlwYQv0cJBZB/ANIYORzwos/7WF2dFy+NNMEvc/CtN29N VXy4yo8V5xE8Qz8y5oTdqx+ib+Eyes3iWMhEkO2CH/UHgz/x4u44kqdcV /ByqwkTv3Y/byqeuIog6Yc3vYaM1nC2v0ibMddwHyxHBalVabLTehN3d0 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="368189305" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="368189305" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:53:17 -0700 Message-Id: <210948$pi3p4m@orsmga005-auth.jf.intel.com> Date: 27 Mar 2023 17:53:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="857859225" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="857859225" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:53:16 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/power_empty_poll: remove power_empty_poll test From: lijuan.tu@intel.com To: dts@dpdk.org,Tadhg Kearney Cc: reshma.pattan@intel.com,Tadhg Kearney In-Reply-To: <20230308113104.10562-1-tadhg.kearney@intel.com> 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: , Reply-To: Tadhg Kearney Errors-To: dts-bounces@dpdk.org On Wed, 8 Mar 2023 11:31:04 +0000, Tadhg Kearney w= rote: > The experimental empty poll API has been removed from the power > management library in DPDK 22.03. Removing test that tested it's > functionality. >=20 > Signed-off-by: Tadhg Kearney Applied, thanks