[dpdk-dev] [PATCH 0/2] Support librte_pci on Windows
Pallavi Kadam
pallavi.kadam at intel.com
Tue Mar 17 01:48:00 CET 2020
Includes Windows specific EAL changes and meson changes to support
pci lib on Windows.
Added mman.c and mman.h to support common code.
These files are under MIT license and need exception.
note: license/exceptions.txt will be modified once exception is approved.
Pallavi Kadam (2):
eal: mman implementation for windows
build: add module definitions and pci lib support
lib/librte_eal/rte_eal_exports.def | 2 +
lib/librte_eal/windows/eal/include/sys/mman.h | 84 ++++++++
lib/librte_eal/windows/eal/meson.build | 1 +
lib/librte_eal/windows/eal/mman.c | 181 ++++++++++++++++++
lib/meson.build | 2 +-
5 files changed, 269 insertions(+), 1 deletion(-)
create mode 100644 lib/librte_eal/windows/eal/include/sys/mman.h
create mode 100644 lib/librte_eal/windows/eal/mman.c
--
2.18.0.windows.1
More information about the dev
mailing list