Hi, More fixes are needed in rte_compat.h
2015-05-29 17:26, Maciej Gajdzica: > --- a/lib/librte_compat/rte_compat.h > +++ b/lib/librte_compat/rte_compat.h > @@ -103,7 +103,7 @@ > #define VERSION_SYMBOL(b, e, v) Should be b,e,n > #define __vsym > #define BASE_SYMBOL(b, n) Should be b,e > -#define BIND_DEFAULT_SYMBOL(b, v) > +#define BIND_DEFAULT_SYMBOL(b, v, n) Should be b,e,n This comment needs also to be fixed: * BIND_DEFAULT_SYMBOL(foo, 2.1);