Re: [dpdk-dev] [kmods PATCH v2 0/4] windows/virt2phys: fix paging issue
From: Thomas Monjalon <hidden>
Date: 2021-06-23 07:13:34
From: Thomas Monjalon <hidden>
Date: 2021-06-23 07:13:34
26/05/2021 23:01, Dmitry Kozlyuk:
v2:
* Following ofline review by DmitryM:
- Add comment explaining tracking approach for validation team.
- Replace deprecated allocation API calls.
- Check properties of locked memory (see docs in patch 3/4).
- Add configurable limits for tracked processes and memory.
* Add end-user documentation.
* Drop patch for Inf2Cat settings UseLocalTime=true:
the issue it resolves originated from development VM.
* Add PnpLockdown=1 patch.
Dmitry Kozlyuk (4):
windows/virt2phys: add PnpLockdown directive
windows/virt2phys: do not expose pageable physical addresses
windows/virt2phys: add limits against resource exhaustion
windows/virt2phys: add tracingWaiting for reviews, especially from Microsoft experts.