Re: [dpdk-dev] [PATCH v2] bus/pci: fix unexpected resource mapping override

2018-10-31 Thread Thomas Monjalon
30/10/2018 16:19, Zhang, Qi Z: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 27/10/2018 05:20, Qi Zhang: > > > When scanning an already plugged device, the virtual address of mapped > > > PCI resource in rte_pci_device will be overridden with 0, that may > > > cause driver does not work

Re: [dpdk-dev] [PATCH v2] bus/pci: fix unexpected resource mapping override

2018-10-30 Thread Zhang, Qi Z
aetan.ri...@6wind.com; > arybche...@solarflare.com > Subject: Re: [dpdk-dev] [PATCH v2] bus/pci: fix unexpected resource mapping > override > > 27/10/2018 05:20, Qi Zhang: > > When scanning an already plugged device, the virtual address of mapped > > PCI resource in rt

Re: [dpdk-dev] [PATCH v2] bus/pci: fix unexpected resource mapping override

2018-10-28 Thread Thomas Monjalon
27/10/2018 05:20, Qi Zhang: > When scanning an already plugged device, the virtual address > of mapped PCI resource in rte_pci_device will be overridden > with 0, that may cause driver does not work correctly. > The fix is not to update any rte_pci_device's field if the being > scanned device's dri

[dpdk-dev] [PATCH v2] bus/pci: fix unexpected resource mapping override

2018-10-26 Thread Qi Zhang
When scanning an already plugged device, the virtual address of mapped PCI resource in rte_pci_device will be overridden with 0, that may cause driver does not work correctly. The fix is not to update any rte_pci_device's field if the being scanned device's driver is already probed. Bugzilla ID: 8