numam-dpdk/lib/librte_pci
Tal Shnaiderman 8517072c87 pci: fix address domain format size
the struct rte_pci_addr defines domain as uint32_t variable however
the PCI_PRI_FMT macro used for logging the struct sets the format
of domain to uint16_t.

The mismatch causes the following warning messages
in Windows clang build:

format specifies type 'unsigned short' but the argument
has type 'uint32_t' (aka 'unsigned int') [-Wformat]

Fixes: af75078fec ("first public release")
Cc: stable@dpdk.org

Signed-off-by: Tal Shnaiderman <talshn@mellanox.com>
2020-06-30 00:02:54 +02:00
..
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build build: remove individual library versions 2019-11-20 23:05:39 +01:00
rte_pci_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
rte_pci.c pci: use OS generic memory mapping functions 2020-06-30 00:02:54 +02:00
rte_pci.h pci: fix address domain format size 2020-06-30 00:02:54 +02:00