X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=drivers%2Fnet%2Ffm10k%2Ffm10k_ethdev.c;h=fe74f6d0701a82baf433eb6a1924ce58823e1b0f;hp=923690c0fac63ebb53f666beea21e14568214744;hb=0880c40113ef2d69b6433d7dfa0b4032cc378b0d;hpb=bcb5b1af485bc2c3c327a5550cb3ca0f3d5c768b diff --git a/drivers/net/fm10k/fm10k_ethdev.c b/drivers/net/fm10k/fm10k_ethdev.c index 923690c0fa..fe74f6d070 100644 --- a/drivers/net/fm10k/fm10k_ethdev.c +++ b/drivers/net/fm10k/fm10k_ethdev.c @@ -3074,3 +3074,4 @@ static struct eth_driver rte_pmd_fm10k = { RTE_PMD_REGISTER_PCI(net_fm10k, rte_pmd_fm10k.pci_drv); RTE_PMD_REGISTER_PCI_TABLE(net_fm10k, pci_id_fm10k_map); +RTE_PMD_REGISTER_KMOD_DEP(net_fm10k, "* igb_uio | uio_pci_generic | vfio");