Soft Patch Panel
 help / color / mirror / Atom feed
From: ogawa.yasufumi@lab.ntt.co.jp
To: spp@dpdk.org, ferruh.yigit@intel.com, x-fn-spp@sl.ntt-tx.co.jp
Cc: Hiroyuki Nakamura <nakamura.hioryuki@po.ntt-tx.co.jp>,
	Daiki Yamashita <yamashita.daiki.z01@as.ntt-tx.co.jp>,
	Naoki Takada <takada.naoki@lab.ntt.co.jp>
Subject: [spp] [PATCH 19/28] doc: update description on dpdk version
Date: Tue, 23 Jan 2018 09:29:54 +0900	[thread overview]
Message-ID: <20180123002954.28490-1-ogawa.yasufumi@lab.ntt.co.jp> (raw)

From: Hiroyuki Nakamura <nakamura.hioryuki@po.ntt-tx.co.jp>

Since spp_vf supports DPDK version 17.08,
descriptions on DPDK versions are updated.

Signed-off-by: Daiki Yamashita <yamashita.daiki.z01@as.ntt-tx.co.jp>
Signed-off-by: Naoki Takada <takada.naoki@lab.ntt.co.jp>
---
 docs/spp_vf/how_to_use.md  | 2 +-
 docs/spp_vf/setup_guide.md | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/spp_vf/how_to_use.md b/docs/spp_vf/how_to_use.md
index 5cf464c..e56d5e3 100644
--- a/docs/spp_vf/how_to_use.md
+++ b/docs/spp_vf/how_to_use.md
@@ -10,7 +10,7 @@ SPP_VF is a SR-IOV like network functionality for NFV.
 
 * Ubuntu 16.04
 * qemu-kvm
-* DPDK v17.05
+* DPDK v17.05 or later
 
 ## Launch SPP
 
diff --git a/docs/spp_vf/setup_guide.md b/docs/spp_vf/setup_guide.md
index 450e68a..db87ab8 100644
--- a/docs/spp_vf/setup_guide.md
+++ b/docs/spp_vf/setup_guide.md
@@ -4,7 +4,7 @@
 
 * Ubuntu 16.04
 * qemu-kvm
-* DPDK v17.05
+* DPDK v17.05 or later
 
 ## Setting
 
@@ -116,7 +116,7 @@ drwxr-xr-x 10 root root 4096 May 27 10:23 ..
 
 #### Install DPDK
 
-Install DPDK v17.05 in any directory. This is a simple instruction and please refer
+Install DPDK in any directory. This is a simple instruction and please refer
 [Getting Started Guide for Linux](http://dpdk.org/doc/guides/linux_gsg/index.html)
 for details.
 
@@ -124,7 +124,7 @@ for details.
 $ cd /path/to/any_dir
 $ git clone http://dpdk.org/git/dpdk
 $ cd dpdk
-$ git checkout v17.05
+$ git checkout [TAG_NAME(e.g. v17.05)]
 $ export RTE_SDK=`pwd`
 $ export RTE_TARGET=x86_64-native-linuxapp-gcc
 $ make T=x86_64-native-linuxapp-gcc install
-- 
2.13.1

                 reply	other threads:[~2018-01-23  0:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180123002954.28490-1-ogawa.yasufumi@lab.ntt.co.jp \
    --to=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=nakamura.hioryuki@po.ntt-tx.co.jp \
    --cc=spp@dpdk.org \
    --cc=takada.naoki@lab.ntt.co.jp \
    --cc=x-fn-spp@sl.ntt-tx.co.jp \
    --cc=yamashita.daiki.z01@as.ntt-tx.co.jp \
    /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).