Re: [dpdk-dev] [PATCH 0/2] use %z for formatting

2018-04-04 Thread Thomas Monjalon
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_

[dpdk-dev] [PATCH 0/2] use %z for formatting

2018-02-15 Thread 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