numam-dpdk/lib/librte_eal/windows
Nick Connolly 141492be99 eal/windows: fix linkage with MinGW
Linking with the 'pci' driver when building with MinGW on
Windows fails with undefined symbol 'GUID_DEVCLASS_NET'.
This occurs because devguid.h is included in rte_windows.h
before INITGUID is defined.

Move the include of devguid.h after the definition of INITGUID.

Fixes: b762221ac2 ("bus/pci: support Windows with bifurcated drivers")
Cc: stable@dpdk.org

Signed-off-by: Nick Connolly <nick.connolly@mayadata.io>
Reviewed-by: Tal Shnaiderman <talshn@nvidia.com>
2020-11-22 18:55:01 +01:00
..
include eal/windows: fix linkage with MinGW 2020-11-22 18:55:01 +01:00
eal_alarm.c eal/windows: fix deadlock when setting alarm 2020-11-03 22:45:02 +01:00
eal_debug.c eal/windows: support exit and panic 2020-06-24 11:02:51 +02:00
eal_file.c eal/windows: implement basic memory management 2020-06-15 19:30:54 +02:00
eal_hugepages.c eal/windows: detect insufficient privileges for hugepages 2020-07-11 00:45:20 +02:00
eal_interrupts.c eal/windows: add interrupt thread skeleton 2020-10-14 22:48:38 +02:00
eal_lcore.c eal/windows: improve CPU and NUMA node detection 2020-06-15 19:29:39 +02:00
eal_log.c eal/windows: support logging 2020-05-07 12:18:18 +02:00
eal_memalloc.c eal: move OS common config objects 2020-06-30 00:02:53 +02:00
eal_memory.c eal: move OS common config objects 2020-06-30 00:02:53 +02:00
eal_mp.c bus/pci: introduce Windows support with stubs 2020-06-30 00:02:54 +02:00
eal_thread.c eal: rename lcore master and slave 2020-10-20 13:17:08 +02:00
eal_timer.c timer: support EAL functions on Windows 2020-06-23 19:03:30 +02:00
eal_windows.h eal/windows: add interrupt thread skeleton 2020-10-14 22:48:38 +02:00
eal.c eal/windows: allow running as non-admin 2020-11-03 22:45:02 +01:00
fnmatch.c eal/windows: add fnmatch implementation 2020-05-07 12:18:17 +02:00
getopt.c eal/windows: use bundled getopt with MinGW 2020-10-05 09:12:24 +02:00
meson.build eal/windows: implement alarm API 2020-10-14 22:54:04 +02:00