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 ABF05A00E6 for ; Wed, 17 Apr 2019 14:21:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BF6FF1B5FE; Wed, 17 Apr 2019 14:21:06 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 735A81B5FD for ; Wed, 17 Apr 2019 14:21:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2019 05:21:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,361,1549958400"; d="scan'208";a="135100117" Received: from dhunt5-mobl2.ger.corp.intel.com (HELO [10.237.210.157]) ([10.237.210.157]) by orsmga008.jf.intel.com with ESMTP; 17 Apr 2019 05:21:03 -0700 To: Lukasz Gosiewski Cc: dev@dpdk.org, lukaszx.krakowiak@intel.com References: <20190403115251.10768-1-lukaszx.krakowiak@intel.com> <20190416102039.16204-1-lukaszx.gosiewski@intel.com> From: "Hunt, David" Message-ID: Date: Wed, 17 Apr 2019 13:21:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190416102039.16204-1-lukaszx.gosiewski@intel.com> Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v4] power: update for handling fifo path string 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: <20190417122102.5ahFWpQkac__Jzd4FDOO6JXHRaAkw8vsmPzDHkuihuY@z> On 16/4/2019 11:20 AM, Lukasz Gosiewski wrote: > From: Lukasz Krakowiak > > Removed doubled created fifo path string for channel info. > > Signed-off-by: Lukasz Krakowiak > Signed-off-by: Lukasz Gosiewski > > --- > v4: > *improvement to coding style > > v3: > *improvement to coding style > > v2: > * rebase to master changes > --- Acked-by: David Hunt