Re: [dpdk-dev] [PATCH v8 00/11] Windows basic memory management

2020-06-12 Thread Thomas Monjalon
11/06/2020 19:29, Thomas Monjalon: > 10/06/2020 16:27, Dmitry Kozlyuk: > > This patchset implements basic MM with the following features: > > There are some compilation issues on FreeBSD and 32-bit Linux: > http://mails.dpdk.org/archives/test-report/2020-June/135764.html I did more comments about

Re: [dpdk-dev] [PATCH v8 00/11] Windows basic memory management

2020-06-11 Thread Thomas Monjalon
10/06/2020 16:27, Dmitry Kozlyuk: > This patchset implements basic MM with the following features: There are some compilation issues on FreeBSD and 32-bit Linux: http://mails.dpdk.org/archives/test-report/2020-June/135764.html

[dpdk-dev] [PATCH v8 00/11] Windows basic memory management

2020-06-10 Thread Dmitry Kozlyuk
This patchset implements basic MM with the following features: * Hugepages are dynamically allocated in user-mode. * Only 2MB hugepages are supported. * IOVA is always PA, obtained through kernel-mode driver. * No 32-bit support (presumably not demanded). * Ni multi-process support (it is forceful