From patchwork Fri Dec 5 16:08:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Pattan, Reshma" X-Patchwork-Id: 1775 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id E14CB8045; Fri, 5 Dec 2014 17:10:34 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 949AD7EB0 for ; Fri, 5 Dec 2014 17:10:32 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 05 Dec 2014 08:08:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,522,1413270000"; d="scan'208";a="633313773" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 05 Dec 2014 08:08:23 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id sB5G8NGf003942; Fri, 5 Dec 2014 16:08:23 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id sB5G8NBF013593; Fri, 5 Dec 2014 16:08:23 GMT Received: (from reshmapa@localhost) by sivswdev02.ir.intel.com with id sB5G8MS4013589; Fri, 5 Dec 2014 16:08:22 GMT From: Reshma Pattan To: dev@dpdk.org Date: Fri, 5 Dec 2014 16:08:19 +0000 Message-Id: <1417795699-13555-1-git-send-email-reshma.pattan@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] doc: typos corrected in distributor application X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" corrected couple of typos in distributor application Signed-off-by: Reshma Pattan Acked-by: Bernard Iremonger --- 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