From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id EFCCA1B275 for ; Mon, 15 Apr 2019 17:32:06 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 19626330260; Mon, 15 Apr 2019 15:32:06 +0000 (UTC) Received: from [10.36.117.138] (ovpn-117-138.ams2.redhat.com [10.36.117.138]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0FECD60C05; Mon, 15 Apr 2019 15:32:04 +0000 (UTC) To: Lukasz Krakowiak , david.hunt@intel.com Cc: anatoly.burakov@intel.com, dev@dpdk.org References: <20190307135950.30738-1-lukaszx.krakowiak@intel.com> <20190403103256.21856-1-lukaszx.krakowiak@intel.com> <20190403103256.21856-3-lukaszx.krakowiak@intel.com> From: Kevin Traynor Message-ID: <505c78eb-277a-cd82-7206-d36c6fa31268@redhat.com> Date: Mon, 15 Apr 2019 16:32:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190403103256.21856-3-lukaszx.krakowiak@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 15 Apr 2019 15:32:06 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v2 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: , X-List-Received-Date: Mon, 15 Apr 2019 15:32:07 -0000 On 03/04/2019 11:32, Lukasz Krakowiak wrote: > This patch remove prefix _acpi from power UT function/test names. > Hi, why is it better? Asking because it might mean you have to send some future fixes separately to stable branches. > Signed-off-by: Lukasz Krakowiak > --- 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 F2210A00E6 for ; Mon, 15 Apr 2019 17:32:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 775F51B277; Mon, 15 Apr 2019 17:32:08 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id EFCCA1B275 for ; Mon, 15 Apr 2019 17:32:06 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 19626330260; Mon, 15 Apr 2019 15:32:06 +0000 (UTC) Received: from [10.36.117.138] (ovpn-117-138.ams2.redhat.com [10.36.117.138]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0FECD60C05; Mon, 15 Apr 2019 15:32:04 +0000 (UTC) To: Lukasz Krakowiak , david.hunt@intel.com Cc: anatoly.burakov@intel.com, dev@dpdk.org References: <20190307135950.30738-1-lukaszx.krakowiak@intel.com> <20190403103256.21856-1-lukaszx.krakowiak@intel.com> <20190403103256.21856-3-lukaszx.krakowiak@intel.com> From: Kevin Traynor Message-ID: <505c78eb-277a-cd82-7206-d36c6fa31268@redhat.com> Date: Mon, 15 Apr 2019 16:32:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190403103256.21856-3-lukaszx.krakowiak@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 15 Apr 2019 15:32:06 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v2 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: <20190415153204.DVq2J5EPItTt-amvgC8GJpXP_HM-oYihg4vk1RwRyVc@z> On 03/04/2019 11:32, Lukasz Krakowiak wrote: > This patch remove prefix _acpi from power UT function/test names. > Hi, why is it better? Asking because it might mean you have to send some future fixes separately to stable branches. > Signed-off-by: Lukasz Krakowiak > ---