DPDK patches and discussions
 help / color / mirror / Atom feed
From: "McCullough, Harrison" <harrison_mccullough@labs.att.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] [PATCH] (pkgtgen-dpdk) doc: Fix broken link to pktgen-dpdk documentation
Date: Fri, 23 Jun 2017 17:07:29 +0000	[thread overview]
Message-ID: <942AD08E4186F644A54168E4F84117C93166AC@SAUSMAILMBX1.ad.tri.sbc.com> (raw)

The `setup.sh` script is now located in the `tools` subdirectory. In
addition, it is not an executable but is shown as if it was. It should
either be called with `bash`, run with `source`, or set to be an
executable.

Signed-off-by: Harrison McCullough <harrison_mccullough@labs.att.com>
---
 docs/source/getting_started.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst
index 3869be1..5a0b6a3 100644
--- a/docs/source/getting_started.rst
+++ b/docs/source/getting_started.rst
@@ -186,19 +186,19 @@ Pktgen can then be built as follows::
 Setting up your environment
 ---------------------------
 
-In the ``PktgenInstallDir`` level directory there is ``setup.sh`` script,
+In the ``PktgenInstallDir/tools`` directory there is ``setup.sh`` script,
 which should be run once per boot. The script contains the commands required
 to set up the environment::
 
-   $ cd <PktgenInstallDir>
-   $ sudo ./setup.sh
+   $ cd <PktgenInstallDir>/tools
+   $ sudo bash setup.sh
 
 The setup script is a bash script and tries to configure the system to run a
 DPDK application. You will probably have to change the script to match your
 system.
 
 The ``modprobe uio`` command, in the setup script, loads the UIO support
-module into the kernel as well as loafing the igb-uio.ko module.
+module into the kernel as well as loading the igb-uio.ko module.
 
 The two echo commands, in the setup script, set up the huge pages for a two
 socket system. If you only have a single socket system then remove the second
-- 
1.9.1

             reply	other threads:[~2017-06-23 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-23 17:07 McCullough, Harrison [this message]
2017-06-26 14:53 ` Mcnamara, John

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=942AD08E4186F644A54168E4F84117C93166AC@SAUSMAILMBX1.ad.tri.sbc.com \
    --to=harrison_mccullough@labs.att.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).