Re: [dpdk-dev] [PATCH v3 00/10] Windows basic memory management

2020-04-14 Thread Kadam, Pallavi
On 4/14/2020 12:44 PM, Dmitry Kozlyuk wrote: Note: no changes in cover letter since v2. 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 dri

[dpdk-dev] [PATCH v3 00/10] Windows basic memory management

2020-04-14 Thread Dmitry Kozlyuk
Note: no changes in cover letter since v2. 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)