[PATCH v2 2/8] net/rnp: add ethdev probe and remove

Stephen Hemminger stephen at networkplumber.org
Wed Aug 2 18:06:32 CEST 2023


On Wed,  2 Aug 2023 08:11:00 +0000
Wenbo Cao <caowenbo at mucse.com> wrote:

> +RTE_PMD_REGISTER_PCI(net_rnp, rte_rnp_pmd);
> +RTE_PMD_REGISTER_PCI_TABLE(net_rnp, pci_id_rnp_map);
> +RTE_PMD_REGISTER_KMOD_DEP(net_txgbe, "igb_uio | uio_pci_generic");

Will this driver work with VFIO? Vfio is preferred over igb_uio.


More information about the dev mailing list