From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CBFD0A05D3 for ; Fri, 29 Mar 2019 23:40:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8897D2BF4; Fri, 29 Mar 2019 23:40:09 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 450692965 for ; Fri, 29 Mar 2019 23:40:08 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D7762220CA; Fri, 29 Mar 2019 18:40:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 29 Mar 2019 18:40:06 -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=D7ESLn5pKO1hglvxKA3G8Fds5LYRgJ9gLOO55Cp1WeA=; b=e2SQHuS1CuIZ foZzxAOPHkAvRsovRgbk3q9RbUjn92YjTqw8lI9epu1DcKYrNU5/9UfEMvU6VRVv ws3Vcfl08hj6YxCz/reCea+rRJ00GzZSxdqJrn5H4BROW1DlNkllryTZFRxTonOF pSpNMVB8HTPIK37bVNeF/UWoviPbfLc= 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=fm2; bh=D7ESLn5pKO1hglvxKA3G8Fds5LYRgJ9gLOO55Cp1W eA=; b=XTw3y5wikaElQ32u0tFcFzy3wmdPREo+zyO0fuIECWLAWBStMt6dGuxml +RfMGRNq0XjCuysgnHpkSu58OpfcMKvc7zgYje+SVNG4htjxExwAXpVovqEiHQcQ 9+gYIL4WqRmyBxK+eURET1iR16RHzTgHHFtzT2DdNyhycim6gLPcA27jVEK7X4zr QVTzEWR83y5dLEyR6fmkEfpZ62Pd40dRxrcj87qX5NVGNlvtYAZlLMf0LoScKbg1 8b6QZK6eGBn9BhZ1VCTfhiXV8FzHSxDdRQYcaFagflsaO/QfKRhxRTwJEjLLimlX hlOrmXT4tVHQmYa9TzcILLjyXtUEg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrkeejgddufeejucetufdoteggodetrfdotf 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 C6541E4910; Fri, 29 Mar 2019 18:40:04 -0400 (EDT) From: Thomas Monjalon To: Lukasz Krakowiak Cc: dev@dpdk.org, "Burakov, Anatoly" , david.hunt@intel.com Date: Fri, 29 Mar 2019 23:40:02 +0100 Message-ID: <2931180.jsTdqrgMTs@xps> In-Reply-To: <78818faa-ab07-6891-8385-17fe4bd4ec0d@intel.com> References: <20190307135950.30738-1-lukaszx.krakowiak@intel.com> <20190307135950.30738-3-lukaszx.krakowiak@intel.com> <78818faa-ab07-6891-8385-17fe4bd4ec0d@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 2/3] test: remove prefix _acpi from UT power function/test names 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" Message-ID: <20190329224002.n3BjNzO_Q3-V1RsxCfWNAEpfUtm_0f5-unsM9NuhEVo@z> 27/03/2019 16:07, Burakov, Anatoly: > On 07-Mar-19 1:59 PM, Lukasz Krakowiak wrote: > > This patch remove prefix _acpi from power UT function/test names. I think it can be merged with patch renaming the file.