remove references to private PCI probe function
authorDavid Marchand <david.marchand@redhat.com>
Wed, 6 May 2020 12:43:13 +0000 (14:43 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 11 May 2020 14:59:58 +0000 (16:59 +0200)
commit87db93e07aeeecc96a9e63b43a652511b95013d6
tree495d8a872c0530d5f8141a2c7b6f51166dda0f08
parente4f27af0f448cdf97fa320a9f429734a387e4543
remove references to private PCI probe function

rte_pci_probe() is private to the PCI bus.
Clean the remaining references in the documentation and comments.

Fixes: c752998b5e2e ("pci: introduce library and driver")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Gaetan Rivet <grive@u256.net>
doc/guides/sample_app_ug/l2_forward_event.rst
doc/guides/sample_app_ug/l2_forward_real_virtual.rst
doc/guides/sample_app_ug/link_status_intr.rst
doc/guides/sample_app_ug/multi_process.rst
drivers/bus/pci/pci_common.c
drivers/bus/pci/private.h
drivers/net/virtio/virtio_user_ethdev.c