numam-dpdk/lib/librte_pci
Stephen Hemminger 97d4aaffa7 pci: use z specifier to format size_t
This addresses potential issues where size_t and off_t can vary
on some platforms.  For size_t the best way to format the value
is to use the z modifier to printf. For off_t need to cast to
long long to handle 64 bit offset on 32 bit platforms.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2018-04-04 13:43:33 +02:00
..
Makefile pci: introduce library and driver 2017-10-26 23:17:31 +02:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
rte_pci_version.map pci: remove duplicated symbol from map file 2018-03-22 17:34:48 +01:00
rte_pci.c pci: use z specifier to format size_t 2018-04-04 13:43:33 +02:00
rte_pci.h pci: use SPDX tags in 6WIND copyrighted files 2018-02-01 02:32:52 +01:00