eal: register drivers explicitly
authorJan Viktorin <viktorin@rehivetech.com>
Tue, 20 Sep 2016 12:41:34 +0000 (18:11 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Oct 2016 14:33:59 +0000 (16:33 +0200)
commit0a4f4001db2303378bb5526191a608aaad10fac2
tree4084cccedd974610c7e94e9256c03c21fc2b677b
parent2f3193cf0f3ef519f065ba7863bac426b72d008a
eal: register drivers explicitly

To register both vdev and pci drivers into the list of all rte_driver,
we have to call rte_eal_driver_register explicitly.

Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: David Marchand <david.marchand@6wind.com>
lib/librte_eal/common/eal_common_pci.c
lib/librte_eal/common/eal_common_vdev.c