]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4.c
drivers: advertise kmod dependencies in pmdinfo
[dpdk.git] / drivers / net / mlx4 / mlx4.c
index da61a856345db8c8c809d80e880e29848e39675d..90c3c07701288ce817ef85c5ff3b2d3ae58df863 100644 (file)
@@ -5937,3 +5937,5 @@ rte_mlx4_pmd_init(void)
 
 RTE_PMD_EXPORT_NAME(net_mlx4, __COUNTER__);
 RTE_PMD_REGISTER_PCI_TABLE(net_mlx4, mlx4_pci_id_map);
+RTE_PMD_REGISTER_KMOD_DEP(net_mlx4,
+       "* ib_uverbs & mlx4_en & mlx4_core & mlx4_ib");