Hi Gaetan, > From: dev [mailto:[email protected]] On Behalf Of Gaetan Rivet > Sent: Friday, August 25, 2017 10:04 AM > To: [email protected] > Cc: Gaetan Rivet <[email protected]> > Subject: [dpdk-dev] [PATCH 01/13] eal: expose rte_eal_using_phys_addrs > > This function was previously private to the EAL layer. > Other subsystems requires it, such as the PCI bus. > > This function is only exposed for linuxapps. > > 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. > > Signed-off-by: Gaetan Rivet <[email protected]>
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

