net/sfc: fix log format specifiers
authorFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Feb 2020 14:04:57 +0000 (14:04 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Feb 2020 17:19:12 +0000 (18:19 +0100)
commit6b9a30d9e93da9f6c167249ba4d79fd5470b7e17
tree79bae558b4903661dd0b19f0f99409aae8c5dce2
parentcd04052475995caffc1d59a199260b86f32242cc
net/sfc: fix log format specifiers

The format specifier for the 'size_t' format should be '%z'.

Also this fix enables compiling PMD for 32bit architecture.

Fixes: ba641f207642 ("net/sfc: add init on attach")
Fixes: 82faef507608 ("net/sfc: set RSS key and hash types config")
Fixes: 7803554a9e38 ("net/sfc: process RSS settings on Rx configure step")
Cc: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/sfc.c
drivers/net/sfc/sfc_ethdev.c
drivers/net/sfc/sfc_rx.c