Re: [dpdk-dev] [PATCH 0/5] Merge Linux and BSD EAL map files

2017-10-23 Thread Thomas Monjalon
19/10/2017 18:45, Bruce Richardson: > On Thu, Oct 19, 2017 at 05:36:24PM +0100, Bruce Richardson wrote: > > Both Linux and BSD EALs should provide exactly the same set of functions > > to the user, even if in some cases the function is a stub returning > > ENOTSUP. Because of this we should only ne

Re: [dpdk-dev] [PATCH 0/5] Merge Linux and BSD EAL map files

2017-10-19 Thread Bruce Richardson
On Thu, Oct 19, 2017 at 05:36:24PM +0100, Bruce Richardson wrote: > Both Linux and BSD EALs should provide exactly the same set of functions > to the user, even if in some cases the function is a stub returning > ENOTSUP. Because of this we should only need a single version.map file for > all of EA

[dpdk-dev] [PATCH 0/5] Merge Linux and BSD EAL map files

2017-10-19 Thread Bruce Richardson
Both Linux and BSD EALs should provide exactly the same set of functions to the user, even if in some cases the function is a stub returning ENOTSUP. Because of this we should only need a single version.map file for all of EAL - not one each for Linux and FreeBSD. Unfortunately, there was some inc