[dpdk-dev] [PATCH v2] EAL: fix usage of printf-like functions

2014-06-20 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, June 19, 2014 7:22 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2] EAL: fix usage of printf-like functions > > Mark the rte_log, cmdline_pr

[dpdk-dev] [PATCH v2] EAL: fix usage of printf-like functions

2014-06-19 Thread Bruce Richardson
Mark the rte_log, cmdline_printf and rte_snprintf functions as being printf-style functions. This causes compilation errors due to mis-matched parameter types, so the parameter types are fixed where appropriate. Changes in V2: * Additional fixes for ivshmem-target compilation Signed-off-by: Bruce