DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] Support librte_pci on Windows
@ 2020-03-17  0:48 Pallavi Kadam
  2020-03-17  0:48 ` [dpdk-dev] [PATCH 1/2] eal: mman implementation for windows Pallavi Kadam
  2020-03-17  0:48 ` [dpdk-dev] [PATCH 2/2] build: add module definitions and pci lib support Pallavi Kadam
  0 siblings, 2 replies; 5+ messages in thread
From: Pallavi Kadam @ 2020-03-17  0:48 UTC (permalink / raw)
  To: dev, thomas; +Cc: ranjit.menon, talshn, pallavi.kadam

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-18  0:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17  0:48 [dpdk-dev] [PATCH 0/2] Support librte_pci on Windows Pallavi Kadam
2020-03-17  0:48 ` [dpdk-dev] [PATCH 1/2] eal: mman implementation for windows Pallavi Kadam
2020-03-17  0:48 ` [dpdk-dev] [PATCH 2/2] build: add module definitions and pci lib support Pallavi Kadam
2020-03-17  9:31   ` Thomas Monjalon
2020-03-18  0:28     ` Dmitry Kozlyuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).