Re: [dpdk-dev] [PATCH v8 11/11] eal/windows: implement basic memory management

2020-06-12 Thread Thomas Monjalon
2 typos below found with checkpatch. 10/06/2020 16:27, Dmitry Kozlyuk: > + /* May occcur when committing regular memory. */ Typo: occcur > + /* No need to join reserved regions adjascent to the freed one: Typo: adjascent

[dpdk-dev] [PATCH v8 11/11] eal/windows: implement basic memory management

2020-06-10 Thread Dmitry Kozlyuk
Basic memory management supports core libraries and PMDs operating in IOVA as PA mode. It uses a kernel-mode driver, virt2phys, to obtain IOVAs of hugepages allocated from user-mode. Multi-process mode is not implemented and is forcefully disabled at startup. Assign myself as a maintainer for Windo