]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/dist_app.rst
net/mlx5: support power monitoring
[dpdk.git] / doc / guides / sample_app_ug / dist_app.rst
index 90270e3a588d9a97a1374c0551098d2cb56d4176..3bd03905c34afda26f298016efbbbe2d249fe864 100644 (file)
@@ -42,7 +42,7 @@ Running the Application
 
    ..  code-block:: console
 
-       ./build/distributor_app [EAL options] -- -p PORTMASK
+       ./<build-dir>/examples/dpdk-distributor [EAL options] -- -p PORTMASK
 
    where,
 
@@ -53,7 +53,7 @@ Running the Application
 
    ..  code-block:: console
 
-       $ ./build/distributor_app -l 1-9,22 -n 4 -- -p f
+       $ ./<build-dir>/examples/dpdk-distributor -l 1-9,22 -n 4 -- -p f
 
 #. Refer to the DPDK Getting Started Guide for general information on running
    applications and the Environment Abstraction Layer (EAL) options.