Re: [PATCH v3 3/3] keepalive: add rte_keepalive_xstats_get()
From: Thomas Monjalon <hidden>
Date: 2016-02-29 09:20:50
From: Thomas Monjalon <hidden>
Date: 2016-02-29 09:20:50
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