Hi, There is a compilation error for 32-bit arch:
2016-02-22 11:26, Harry van Haaren:
> + for (i = 0; i < nstats; i++)
> + printf("%s\t%lu\n", xstats[i].name, xstats[i].value);
examples/l2fwd-keepalive/main.c:206:10: error:
format ?%lu? expects argument of type ?long unsigned int?, but argument 3
has type ?uint64_t {aka long long unsigned int}?
Please keep acks when re-sending.
Thanks

