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 DA84442A98; Mon, 8 May 2023 11:30:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B0BE42D16; Mon, 8 May 2023 11:30:48 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 7CC44411F3 for ; Mon, 8 May 2023 11:30:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683538247; x=1715074247; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6xXLMT6x+jIqHARRkjDgQM7f0btAhAs1KUaefB8X+t0=; b=WNtdXb5vgHsL0tCQnDxZcs5YM2Z/U5ZHs0Npd1lBQ1xJJhk6JoT39K3b +meMIMWLW3uSY6bRENOYq3CICqf54ysTEH1AfjiDyYYaCsSv7pdS0gfvR JM0/IPuCOxs4bHHSP4wxUB+LVaaMmfwN/+SOygZQO4mAjcoPbUfI25LOj Ry+IG2rjTYEFNoPL+q0TEy62TeCgxLtTBpEVJ/OtN/mdjTH+29dvIdKF7 puP56zuzlA8BC0njgSpusNEC1wAcb4qNmHqBdb7fKuDyML5sNaOqzRDwX 7QO1qoNEf4elamhFZfPAGkr1nwAlkOzMWQvdxNeGm2omKRyPdoh4f5/jb Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10703"; a="348426545" X-IronPort-AV: E=Sophos;i="5.99,258,1677571200"; d="scan'208";a="348426545" 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:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10703"; a="872731367" X-IronPort-AV: E=Sophos;i="5.99,258,1677571200"; d="scan'208";a="872731367" Received: from silpixa00401183.ir.intel.com ([10.55.129.127]) by orsmga005.jf.intel.com with ESMTP; 08 May 2023 02:30:45 -0700 From: Tadhg Kearney To: dts@dpdk.org Cc: reshma.pattan@intel.com, karen.kelly@intel.com, Tadhg Kearney Subject: [dts][PATCH v2 2/2] conf/power_empty_poll: remove power_empty_poll configuration Date: Mon, 8 May 2023 09:30:41 +0000 Message-Id: <20230508093041.656981-3-tadhg.kearney@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230508093041.656981-1-tadhg.kearney@intel.com> References: <20230508093041.656981-1-tadhg.kearney@intel.com> 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 Power_empty_poll test has been removed, so removing configuration to follow. Signed-off-by: Tadhg Kearney --- conf/power_empty_poll.cfg | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 conf/power_empty_poll.cfg diff --git a/conf/power_empty_poll.cfg b/conf/power_empty_poll.cfg deleted file mode 100644 index 4533250a..00000000 --- a/conf/power_empty_poll.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# frame_size: select different traffic frame size. -[suite] -frame_size = 256 -- 2.34.1