Re: [dpdk-dev] [PATCH v3 3/6] pci: move resource mapping to the PCI bus

2020-09-18 Thread Kinsella, Ray
On 17/09/2020 12:28, David Marchand wrote: > As reported during 20.08 work for Windows, the pci_map_resource API was > built with the assumption that its flags would be passed to mmap(). > > This introduced a regression when adding the rte_mem_map API as reported > in the workaround commit 9d2b

[dpdk-dev] [PATCH v3 3/6] pci: move resource mapping to the PCI bus

2020-09-17 Thread David Marchand
As reported during 20.08 work for Windows, the pci_map_resource API was built with the assumption that its flags would be passed to mmap(). This introduced a regression when adding the rte_mem_map API as reported in the workaround commit 9d2b24593724 ("pci: keep API compatibility with mmap values"