Re: [dpdk-dev] [PATCH] doc: announce PCI resources map API removal

2020-08-05 Thread Thomas Monjalon
04/08/2020 13:20, Gaëtan Rivet: > On 04/08/20 14:22 +0530, Jerin Jacob wrote: > > On Tue, Aug 4, 2020 at 2:18 PM David Marchand > > wrote: > > > > > > The PCI resources map API (pci_map_resource/pci_unmap_resource) was > > > imposing use of Unix mmap flags while it does not make sense on Windows.

Re: [dpdk-dev] [PATCH] doc: announce PCI resources map API removal

2020-08-04 Thread Gaëtan Rivet
On 04/08/20 14:22 +0530, Jerin Jacob wrote: > On Tue, Aug 4, 2020 at 2:18 PM David Marchand > wrote: > > > > The PCI resources map API (pci_map_resource/pci_unmap_resource) was > > imposing use of Unix mmap flags while it does not make sense on Windows. > > This API was only used to internally se

Re: [dpdk-dev] [PATCH] doc: announce PCI resources map API removal

2020-08-04 Thread Jerin Jacob
On Tue, Aug 4, 2020 at 2:18 PM David Marchand wrote: > > The PCI resources map API (pci_map_resource/pci_unmap_resource) was > imposing use of Unix mmap flags while it does not make sense on Windows. > This API was only used to internally setup PCI devices in the PCI bus > driver and has no known