[dpdk-dev] [PATCH] doc: typos corrected in distributor application

2014-12-08 Thread Iremonger, Bernard
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Reshma Pattan
> Sent: Friday, December 5, 2014 4:08 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: typos corrected in distributor application
> 
> corrected couple of typos in distributor application
> 
> Signed-off-by: Reshma Pattan 

Acked-by: Bernard Iremonger 
 I have applied the patch to my tree next/dpdk-doc.



[dpdk-dev] [PATCH] doc: typos corrected in distributor application

2014-12-05 Thread Reshma Pattan
corrected couple of typos in distributor application

Signed-off-by: Reshma Pattan 
---
 doc/guides/sample_app_ug/dist_app.rst |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/sample_app_ug/dist_app.rst 
b/doc/guides/sample_app_ug/dist_app.rst
index 76e3924..5767e3f 100644
--- a/doc/guides/sample_app_ug/dist_app.rst
+++ b/doc/guides/sample_app_ug/dist_app.rst
@@ -61,7 +61,7 @@ Compiling the Application
 ..  code-block:: console

 export RTE_SDK=/path/to/rte_sdk
-cd ${RTE_SDK}/examples/l3fwd-acl
+cd ${RTE_SDK}/examples/distributor

 #.  Set the target (a default target is used if not specified). For example:

@@ -90,7 +90,7 @@ Running the Application

*   -p PORTMASK: Hexadecimal bitmask of ports to configure

-#. To run the application in linuxapp environment with 11 lcores, 4 ports,
+#. To run the application in linuxapp environment with 10 lcores, 4 ports,
issue the command:

..  code-block:: console
-- 
1.7.4.1