Re: [PATCH] bus/pci: introduce get_iova_mode for pci dev

2025-05-20 Thread Stephen Hemminger
On Thu, 24 Apr 2025 12:34:09 + Kyo Liu wrote: > I propose this patch for DPDK to enable coexistence between > DPDK and kernel drivers for regular NICs.This solution requires > adding a new pci_ops in rte_pci_driver, through which DPDK will > retrieve the required IOVA mode from the vendor dri

[PATCH] bus/pci: introduce get_iova_mode for pci dev

2025-05-05 Thread Kyo Liu
I propose this patch for DPDK to enable coexistence between DPDK and kernel drivers for regular NICs.This solution requires adding a new pci_ops in rte_pci_driver, through which DPDK will retrieve the required IOVA mode from the vendor driver. This mechanism is necessary to handle different IOMMU c

[PATCH] bus/pci: introduce get_iova_mode for pci dev

2025-04-25 Thread Kyo Liu
I propose this patch for DPDK to enable coexistence between DPDK and kernel drivers for regular NICs.This solution requires adding a new pci_ops in rte_pci_driver, through which DPDK will retrieve the required IOVA mode from the vendor driver. This mechanism is necessary to handle different IOMMU c