Re: [dpdk-dev] [PATCH 5/5] eal: use a single version map file

2017-10-24 Thread Bruce Richardson
On Tue, Oct 24, 2017 at 01:21:39AM +0200, Thomas Monjalon wrote: > 19/10/2017 18:36, Bruce Richardson: > > Since the functions exported by DPDK EAL on all OS's should be > > identical, we should not need separate function version files for each > > OS. Therefore move existing version files to the t

Re: [dpdk-dev] [PATCH 5/5] eal: use a single version map file

2017-10-23 Thread Thomas Monjalon
19/10/2017 18:36, Bruce Richardson: > Since the functions exported by DPDK EAL on all OS's should be > identical, we should not need separate function version files for each > OS. Therefore move existing version files to the top-level EAL > directory. > > Signed-off-by: Bruce Richardson This sma