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

Bruce Richardson bruce.richardson at intel.com
Tue Oct 24 11:48:03 CEST 2017


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 top-level EAL
> > directory.
> > 
> > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> 
> This small change is missing and added when applying:
> 
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -88,6 +88,7 @@ EAL API and common code
>  F: lib/librte_eal/common/*
>  F: lib/librte_eal/common/include/*
>  F: lib/librte_eal/common/include/generic/
> +F: lib/librte_eal/rte_eal_version.map
>  F: doc/guides/prog_guide/env_abstraction_layer.rst
>  F: test/test/test_alarm.c
>  F: test/test/test_atomic.c
> 

Thanks, good catch.


More information about the dev mailing list