Re: [dpdk-dev] [PATCH v6 1/2] bus/pci: use PCI standard sysfs entry to get PIO address
From: 谢华伟(此时此刻) <hidden>
Date: 2021-03-02 12:31:14
From: 谢华伟(此时此刻) <hidden>
Date: 2021-03-02 12:31:14
On 2021/2/25 1:52, David Marchand wrote:
On Wed, Feb 24, 2021 at 4:29 PM 谢华伟(此时此刻) [off-list ref] wrote:quoted
quoted
Did you check that virtio devices bound to uio_pci_generic still works with legacy mode + PIO?I had verified PIO, might under igb_uio driver.Well, if you are unsure, please retest both cases, igb_uio and uio_pci_generic.quoted
Theoretically it works with uio_pci_generic driver. I could do the test if needed. Give me some time. Have to create a legacy VM. Now bars in virtio device in the cloud are basically mmio.Sure, take the time to check. I'll wait for your confirmation, thanks.
Hi David: Tested PIO under igb_uio and uio_pci_generic driver. Both works. Also tested MMIO under both drivers.