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.richard...@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.