]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/multi_process.rst
doc: add vhost multi-queue reconnection issue
[dpdk.git] / doc / guides / sample_app_ug / multi_process.rst
index 9c374da6f73e7d9a9f869578176e3f5f0965f1ba..f2a79a639763d9632a9e34643fe45c89296e3db5 100644 (file)
@@ -209,7 +209,7 @@ How the Application Works
 ^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The initialization calls in both the primary and secondary instances are the same for the most part,
 ^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The initialization calls in both the primary and secondary instances are the same for the most part,
-calling the rte_eal_init(), 1 G and 10 G driver initialization and then rte_pci_probe() functions.
+calling the rte_eal_init(), 1 G and 10 G driver initialization and then probing devices.
 Thereafter, the initialization done depends on whether the process is configured as a primary or secondary instance.
 
 In the primary instance, a memory pool is created for the packet mbufs and the network ports to be used are initialized -
 Thereafter, the initialization done depends on whether the process is configured as a primary or secondary instance.
 
 In the primary instance, a memory pool is created for the packet mbufs and the network ports to be used are initialized -