From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 988C137A0 for ; Mon, 4 Sep 2017 15:24:53 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 04 Sep 2017 06:24:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,474,1498546800"; d="scan'208";a="896934841" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by FMSMGA003.fm.intel.com with ESMTP; 04 Sep 2017 06:24:51 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 4 Sep 2017 14:24:50 +0100 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.28]) by irsmsx155.ger.corp.intel.com ([169.254.14.70]) with mapi id 14.03.0319.002; Mon, 4 Sep 2017 14:24:50 +0100 From: "Burakov, Anatoly" To: Gaetan Rivet , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 01/13] eal: expose rte_eal_using_phys_addrs Thread-Index: AQHTHYFpT5Fwbtn3lESZl98PocWsUKKkxuDg Date: Mon, 4 Sep 2017 13:24:49 +0000 Message-ID: References: <3312a5ecfba777436f60dbc6476851abb0c6f9d8.1503651392.git.gaetan.rivet@6wind.com> In-Reply-To: <3312a5ecfba777436f60dbc6476851abb0c6f9d8.1503651392.git.gaetan.rivet@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjA1OTAwYTMtNTE3Ny00NjdmLTg1ZTAtYWZlOTNhMTFmYTJlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNi41LjkuMyIsIlRydXN0ZWRMYWJlbEhhc2giOiJrV3ZyaENySVZtNzFvN01OTFZyb3JCVGE1d0hnc1lhN2tRdmEybjd0Q05BPSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 01/13] eal: expose rte_eal_using_phys_addrs 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, 04 Sep 2017 13:24:54 -0000 Hi Gaetan, > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gaetan Rivet > Sent: Friday, August 25, 2017 10:04 AM > To: dev@dpdk.org > Cc: Gaetan Rivet > Subject: [dpdk-dev] [PATCH 01/13] eal: expose rte_eal_using_phys_addrs >=20 > This function was previously private to the EAL layer. > Other subsystems requires it, such as the PCI bus. >=20 > This function is only exposed for linuxapps. >=20 > In order not to force other components to include stdbool, which is > incompatible with several NIC drivers, the return type has been changed > from bool to int. >=20 > Signed-off-by: Gaetan Rivet This probably should be moved to common API, and BSD should just implement = a stub. Linuxapp-only externally visible API's are not allowed as far as I'= m aware. Thanks, Anatoly