pci: replace devinit/devuninit with probe/remove
authorShreyansh Jain <shreyansh.jain@nxp.com>
Tue, 20 Sep 2016 12:41:15 +0000 (18:11 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Oct 2016 14:33:01 +0000 (16:33 +0200)
commitaf424af840c336e265a8ab853a2ae9e57c1e81b2
tree76e9d6af1e4cff6cc65d641313a523bc12881cd5
parent3c1405b2f1116f6ad8e783fe53a310454c73f3e6
pci: replace devinit/devuninit with probe/remove

Probe and Remove are more appropriate names for PCI init and uninint
operations. This is a cosmetic change.

Only MLX* uses the PCI direct registration, bypassing PMD_* macro.
The callbacks for this too have been updated.

VDEV are left out. For them, init/uninit are more appropriate.

Suggested-by: David Marchand <david.marchand@6wind.com>
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: David Marchand <david.marchand@6wind.com>
app/test/test_pci.c
drivers/net/mlx4/mlx4.c
drivers/net/mlx5/mlx5.c
lib/librte_cryptodev/rte_cryptodev.c
lib/librte_cryptodev/rte_cryptodev_pmd.h
lib/librte_eal/common/eal_common_pci.c
lib/librte_eal/common/include/rte_dev.h
lib/librte_eal/common/include/rte_pci.h
lib/librte_ether/rte_ethdev.c