Hi Thomas, On Wed, Jun 17, 2015 at 14:30:55 +0200, Thomas Monjalon wrote: > It doesn't build as a shared library. > Please add EXPORT_MAP and LIBABIVER to the Makefile.
Will fix this in v3. > It would be easier to test if build config was merged in this patch, > with the Makefile. > > Please merge also the maintainer infos. > Will merge build config and maintainers with the Makefile patch > 2015-06-01 23:00, Rahul Lakkireddy: > > +#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) > > RTE_DIM may be used Will fix this in v3. Thanks, Rahul