[dpdk-dev] [PATCH v3 3/3] keepalive: add rte_keepalive_xstats_get()

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Feb 29 10:19:16 CET 2016


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


More information about the dev mailing list