vdev: rename init/uninit ops to probe/remove
authorShreyansh Jain <shreyansh.jain@nxp.com>
Thu, 6 Oct 2016 13:54:03 +0000 (19:24 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 6 Oct 2016 14:02:14 +0000 (16:02 +0200)
commit50a3345fa9ea6482f197567497b0b8d201173a59
tree06fc288fda333bfed229524c2be3c530dcdc9eb2
parent11fd19f7646743c973b9de52d75120045e62f116
vdev: rename init/uninit ops to probe/remove

Inline with PCI probe and remove, VDEV probe and remove hooks provide
a uniform naming.
PCI probe represents scan and driver initialization. For VDEV, it will
represent argument parsing and initialization.

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
16 files changed:
drivers/crypto/aesni_gcm/aesni_gcm_pmd.c
drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c
drivers/crypto/kasumi/rte_kasumi_pmd.c
drivers/crypto/null/null_crypto_pmd.c
drivers/crypto/snow3g/rte_snow3g_pmd.c
drivers/net/af_packet/rte_eth_af_packet.c
drivers/net/bonding/rte_eth_bond_pmd.c
drivers/net/mpipe/mpipe_tilegx.c
drivers/net/null/rte_eth_null.c
drivers/net/pcap/rte_eth_pcap.c
drivers/net/ring/rte_eth_ring.c
drivers/net/vhost/rte_eth_vhost.c
drivers/net/virtio/virtio_user_ethdev.c
drivers/net/xenvirt/rte_eth_xenvirt.c
lib/librte_eal/common/eal_common_vdev.c
lib/librte_eal/common/include/rte_vdev.h