DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] use %z for formatting
@ 2018-02-15 22:25 Stephen Hemminger
  2018-02-15 22:25 ` [dpdk-dev] [PATCH 1/2] pci: use %z to format size_t Stephen Hemminger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stephen Hemminger @ 2018-02-15 22:25 UTC (permalink / raw)
  To: dev; +Cc: 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(-)

-- 
2.15.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-04 10:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15 22:25 [dpdk-dev] [PATCH 0/2] use %z for formatting Stephen Hemminger
2018-02-15 22:25 ` [dpdk-dev] [PATCH 1/2] pci: use %z to format size_t Stephen Hemminger
2018-02-15 22:25 ` [dpdk-dev] [PATCH 2/2] eal: use %zu " Stephen Hemminger
2018-04-04 10:41 ` [dpdk-dev] [PATCH 0/2] use %z for formatting Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).