15/02/2018 23:25, Stephen Hemminger: > Better to use %z and avoid any 32 bit platform woes; > and not cast unnecessarily > > Stephen Hemminger (2): > pci: use %z to format size_t > eal: use %zu to format size_t > > lib/librte_eal/linuxapp/eal/eal_memory.c | 8 ++++---- > lib/librte_pci/rte_pci.c | 11 ++++++----- > 2 files changed, 10 insertions(+), 9 deletions(-)
Applied, thanks