drivers: export probe/remove helpers for PCI drivers
authorDavid Marchand <david.marchand@6wind.com>
Tue, 20 Sep 2016 12:41:19 +0000 (18:11 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Oct 2016 14:33:17 +0000 (16:33 +0200)
commitb28024084952cdfac00423997ff18882acd0ab5c
tree1a61d9804d6290aa4d49fab50e1747200c64a3b0
parent83dae4213d00cf37d4ecd388bcc9084a08e62d5b
drivers: export probe/remove helpers for PCI drivers

crypto and ethdev drivers aligned to PCI probe/remove. These wrappers are
mapped directly to PCI resources.
Existing handlers for init/uninit can be easily reused for this.

Signed-off-by: David Marchand <david.marchand@6wind.com>
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
lib/librte_cryptodev/rte_cryptodev.c
lib/librte_cryptodev/rte_cryptodev_pmd.h
lib/librte_cryptodev/rte_cryptodev_version.map
lib/librte_ether/rte_ethdev.c
lib/librte_ether/rte_ethdev.h
lib/librte_ether/rte_ether_version.map