]> git.droids-corp.org - dpdk.git/commit
lib: fix 32-bit build with debug enabled
authorOlivier Matz <olivier.matz@6wind.com>
Mon, 18 May 2015 08:18:00 +0000 (10:18 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 19 May 2015 15:35:33 +0000 (17:35 +0200)
commitb96250c0896e975d3a9f1d28619894faac606066
treee12939c01f3db40dd813132352d5268f388a3789
parent0453940b9a1b6158ca08c6146b0fcc4c9d8ff09b
lib: fix 32-bit build with debug enabled

When debug is enabled for 32 bits targets, it triggers some format
errors that are not visible in 64 bits. Fix them by using the proper
format from inttypes.h or the proper cast.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_pmd_fm10k/fm10k_rxtx.c
lib/librte_pmd_i40e/i40e_ethdev.c
lib/librte_pmd_i40e/i40e_rxtx.c
lib/librte_pmd_virtio/virtio_ethdev.c