From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B0836A04B5; Mon, 11 Jan 2021 11:21:48 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 84446140CCA; Mon, 11 Jan 2021 11:21:48 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 2086F140CCA for ; Mon, 11 Jan 2021 11:21:46 +0100 (CET) IronPort-SDR: Bm3r9nI9Px1r2NScFv1U+80HPr0MNIxtRL81K7m6/99lQIVInQ1vN3ojCKByav/2GOmbZe7QIS ISJFivcg1cgA== X-IronPort-AV: E=McAfee;i="6000,8403,9860"; a="157616218" X-IronPort-AV: E=Sophos;i="5.79,338,1602572400"; d="scan'208";a="157616218" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2021 02:21:46 -0800 IronPort-SDR: uQClUIlLUSIoxmcdvO2Sm/xj8oG/C3o6wmeN4w3QFr6FvOEUexRvWnG2pCb9IB5VQOOldfg8Tz WR1r2esvvW5w== X-IronPort-AV: E=Sophos;i="5.79,338,1602572400"; d="scan'208";a="363098135" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.221.56]) ([10.213.221.56]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2021 02:21:43 -0800 To: Stephen Hemminger Cc: dev@dpdk.org, Bruce Richardson , Konstantin Ananyev , thomas@monjalon.net, gage.eads@intel.com, timothy.mcdaniel@intel.com, david.hunt@intel.com, chris.macnamara@intel.com References: <9e0c326baaa662afc224449699d7068ca9a6790d.1610127361.git.anatoly.burakov@intel.com> <20210108115812.1ab284b3@hermes.local> From: "Burakov, Anatoly" Message-ID: <719d553b-1491-95ef-04b9-56fa3f45f100@intel.com> Date: Mon, 11 Jan 2021 10:21:42 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20210108115812.1ab284b3@hermes.local> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v13 02/11] eal: avoid invalid API usage in power intrinsics X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On 08-Jan-21 7:58 PM, Stephen Hemminger wrote: > On Fri, 8 Jan 2021 17:42:05 +0000 > Anatoly Burakov wrote: > >> +static uint8_t wait_supported; > > Since it is being used as a flag, bool is more common usage. > Will fix in v14, thanks! -- Thanks, Anatoly