Re: [dpdk-dev] [kmods PATCH 0/3] windows/virt2phys: fix paging issue

2021-06-28 Thread Ranjit Menon
On 5/1/2021 10:18 AM, Dmitry Kozlyuk wrote: Physical addresses exposed by virt2phys driver could become pageable. This presents stability and security issues that prevent Microsoft from signing virt2phys, because a signed driver would be trusted by all end-user machines. Ensure that memory for

[dpdk-dev] [kmods PATCH 0/3] windows/virt2phys: fix paging issue

2021-05-01 Thread Dmitry Kozlyuk
Physical addresses exposed by virt2phys driver could become pageable. This presents stability and security issues that prevent Microsoft from signing virt2phys, because a signed driver would be trusted by all end-user machines. Ensure that memory for which physical addresses are exposed by virt2ph