numam-dpdk/drivers/bus/pci
Thomas Monjalon 204a7f44bc bus/pci: support I/O port operations with musl
Add a fallback for non-GNU libc systems like musl libc for the
non-standard functions outl_p, outw_p and outb_p.

It solves the following errors when building with musl libc:
	pci_uio.c: undefined reference to 'outw_p'
	pci_uio.c: undefined reference to 'outl_p'
	pci_uio.c: undefined reference to 'outb_p'

Bugzilla ID: 35
Fixes: 756ce64b1e ("eal: introduce PCI ioport API")
Cc: stable@dpdk.org

Reported-by: Natanael Copa <ncopa@alpinelinux.org>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: David Marchand <david.marchand@redhat.com>
2021-03-23 08:41:05 +01:00
..
bsd bus/pci: remove unused scan by address 2020-10-20 13:57:57 +02:00
linux bus/pci: support I/O port operations with musl 2021-03-23 08:41:05 +01:00
windows bus/pci: fix Windows kernel driver categories 2021-03-19 16:23:16 +01:00
meson.build drivers: add headers install helper 2020-10-22 14:16:22 +02:00
pci_common_uio.c drivers/bus: reword slave process as secondary 2020-10-20 13:17:08 +02:00
pci_common.c bus/pci: fix comment explaining device naming 2020-11-20 09:58:55 +01:00
pci_params.c devargs: rename enum items with singular form 2018-10-11 13:57:29 +02:00
private.h bus/pci: remove unused scan by address 2020-10-20 13:57:57 +02:00
rte_bus_pci.h bus/pci: fix Windows kernel driver categories 2021-03-19 16:23:16 +01:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00