Re: [PATCH] bus/pci: assign driver's pointer before mapping

2022-02-27 Thread Thomas Monjalon
19/01/2022 15:50, Michal Krawczyk: > Patch changing the way of accessing interrupt handle also changed order > of the rte_pci_map_device() call and rte_pci_device:driver assignment. > It was causing issues with Write Combine mapping on the Linux platform > if it was used with the igb_uio module. >

Re: [PATCH] bus/pci: assign driver's pointer before mapping

2022-02-24 Thread Michał Krawczyk
śr., 19 sty 2022 o 15:50 Michal Krawczyk napisał(a): > > Patch changing the way of accessing interrupt handle also changed order > of the rte_pci_map_device() call and rte_pci_device:driver assignment. > It was causing issues with Write Combine mapping on the Linux platform > if it was used with t

[PATCH] bus/pci: assign driver's pointer before mapping

2022-01-19 Thread Michal Krawczyk
Patch changing the way of accessing interrupt handle also changed order of the rte_pci_map_device() call and rte_pci_device:driver assignment. It was causing issues with Write Combine mapping on the Linux platform if it was used with the igb_uio module. Linux implementation of pci_uio_map_resource