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 C4DCEA0679 for ; Mon, 1 Apr 2019 16:25:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F78A3798; Mon, 1 Apr 2019 16:25:50 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 7DC79378E for ; Mon, 1 Apr 2019 16:25:48 +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 orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2019 07:25:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,296,1549958400"; d="scan'208";a="130467427" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga008.jf.intel.com with ESMTP; 01 Apr 2019 07:25:46 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.102]) by IRSMSX102.ger.corp.intel.com ([169.254.2.146]) with mapi id 14.03.0415.000; Mon, 1 Apr 2019 15:25:46 +0100 From: "Pattan, Reshma" To: "Hajkowski, MarcinX" , "Hunt, David" CC: "dev@dpdk.org" , "Hajkowski, MarcinX" Thread-Topic: [dpdk-dev] [PATCH v3 3/4] power: process incoming confirmation cmds Thread-Index: AQHU39UXmULiDM9uxkWFrmqPs9XoK6Yna8Ww Date: Mon, 1 Apr 2019 14:25:45 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A433915@irsmsx110.ger.corp.intel.com> References: <20190321105506.6656-1-marcinx.hajkowski@intel.com> <20190321105506.6656-4-marcinx.hajkowski@intel.com> In-Reply-To: <20190321105506.6656-4-marcinx.hajkowski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODlmN2NiNDItNjAxNC00NWI3LWJjN2QtNWE1NjlkN2ExNGU1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidmducTRRNE9wdWhoVWlVKzFcL0xCZGdlcXp6NDVFSVkwbkgyZ3hJamwyNW1EUTN0d0NjaG9nVmhtSjBxT0ViOEIifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 3/4] power: process incoming confirmation cmds 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: <20190401142545.R_nF-ZL0a7TM3A6p1prxTZeDPxkVJIz0ohSgPaoAi-k@z> > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Hajkowski > Sent: Thursday, March 21, 2019 10:55 AM > + RTE_LOG(DEBUG, POWER, "No confirmation for sent msg > received\n"); > + }=20 As Anatoly mentioned, we should not use POWER log here, instead #define RTE= _LOGTYPE_GUEST_CHANNEL RTE_LOGTYPE_USER1=20 is defined for GUEST_CHANNEL logs, you should use that for the logs in this= file. Thanks, Reshma