From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 189BCA0487 for ; Fri, 5 Jul 2019 09:35:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 062BC1B96E; Fri, 5 Jul 2019 09:35:19 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 3A0241B96B for ; Fri, 5 Jul 2019 09:35:17 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C16FF2201F; Fri, 5 Jul 2019 03:35:16 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 05 Jul 2019 03:35:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=R6u6plTk2V6R5Ra14pCpyBDX8WCzuxx3gcJnC2SedcM=; b=DBnD/5+Gba4n Id4C9SXSFUR43aFP/niV7E91FhtNdWZOS370LFvcINSlJJL5LNjn+JgYkvfROCSx yJR9Mn3pD1/HLsa5W25BmXzpcYoIDh6HJtfatR9++O+wFeopgkMTXCYWT7p8Nskp z4XNPDPmtWFwQ5q8oDZB3N/0w25SGPQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=R6u6plTk2V6R5Ra14pCpyBDX8WCzuxx3gcJnC2Sed cM=; b=1iWsm1g4PRmfhngJKhIxc10I1CfJ5WULdZTL+Nj39GPELXKe2lJfg75Ge JhnSMQRPQvFonUX24TqA2aWeOcHLEMJLPbwxiqHI8rVcyMq2TNe1i/WejfupWIEL TTIRMDDOJrQV4xG+yICKCMHw/F/6/CdX0eIDzFRMRHzE3Cex9xlXTqkwuV89z+ga 1vzMq2jJQ0u4UQwhXof+51fTlGEeYstl2YhV/XFGYEtskMhP3TPGwOdDWuGq52tU L5bJAYZ3tII/AqF1vN7fPDs6Gz8ez+kcCOA45RMKZoV918xyL2hVzrXK/6WzHvef og8PIGZfrl1CCTAR1eBMGvRaZ1d+w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfeefgdduvdefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C0FA5380076; Fri, 5 Jul 2019 03:35:15 -0400 (EDT) From: Thomas Monjalon To: Lukasz Krakowiak Cc: dev@dpdk.org, david.hunt@intel.com, anatoly.burakov@intel.com Date: Fri, 05 Jul 2019 09:35:14 +0200 Message-ID: <2905399.QRdM0ylAjl@xps> In-Reply-To: <20190403103256.21856-1-lukaszx.krakowiak@intel.com> References: <20190307135950.30738-1-lukaszx.krakowiak@intel.com> <20190403103256.21856-1-lukaszx.krakowiak@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/3] test: improve test coverage for power library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/04/2019 12:32, Lukasz Krakowiak: > Lukasz Krakowiak (3): > test: rename test_power_acpi_cpufreq.c -> > app/test/test_power_cpufreq.c > test: remove prefix _acpi from UT power function/test names > test: add UT for power turbo feature I decided to squash first 2 patches and apply, even if we don't have answer to some questions.