From: Thomas Monjalon <thomas@monjalon.net>
To: "Hunt, David" <david.hunt@intel.com>
Cc: web@dpdk.org, "dev@dpdk.org" <dev@dpdk.org>,
"Mcnamara, John" <john.mcnamara@intel.com>
Subject: Re: [dpdk-web] [PATCH v1] add dpdk-quickstart python script
Date: Thu, 25 Oct 2018 11:14:08 +0200 [thread overview]
Message-ID: <2437619.RhQcZ1ZtzN@xps> (raw)
In-Reply-To: <715da352-68b3-11b1-61be-6abf01485ea8@intel.com>
25/10/2018 11:09, Hunt, David:
> Hi,
>
> I'm just wondering if there is anything I can do to help move this
> website patch forward? Any suggestions?
The website has changed.
It is using Hugo now.
The update in doc/quick-start.html must be ported.
About the python script, I don't understand why you want to have it
in the web repo?
> On 3/8/2018 12:41 PM, david.hunt at intel.com (David Hunt) wrote:
> > This patch contains two section.
> > 1. Updates to the existing quick-start.html page giving
> > infomration on the new dpdk-quickstart.py script.
> > 2. The dpdk-quickstart.py script itself.
> >
> > 1. The Quick start section contains some instructions for
> > building DPDK and running TestPMD.
> > While this is still useful, automating these steps
> > through a script would provide a much faster and painless
> > way to have DPDK up and running. The new dpdk-quickstart.py
> > aims to address this.
> >
> > 2. This script performs the following:
> > - Gets the latest DPDK release
> > - Gets the necessary dependencies (if needed)
> > - Builds DPDK with the default target
> > - Sets up hugepages
> > - Helps the user to select the ports to use on DPDK
> > - Runs TestPMD, showing packet forwarding between two ports
> >
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> > Signed-off-by: Kirill Rybalchenko <kirill.rybalchenko at intel.com>
> > Signed-off-by: David Hunt <david.hunt at intel.com>
> > ---
> > doc/quick-start.html | 25 +
> > scripts/dpdk-quickstart.py | 996 +++++++++++++++++++++++++++++++++++++
> > 2 files changed, 1021 insertions(+)
> > create mode 100755 scripts/dpdk-quickstart.py
next prev parent reply other threads:[~2018-10-25 9:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-03 11:41 [PATCH v1] add dpdk-quickstart python script David Hunt
2018-08-03 13:02 ` Burakov, Anatoly
2018-10-25 9:09 ` [dpdk-web] " Hunt, David
2018-10-25 9:14 ` Thomas Monjalon [this message]
2018-10-25 9:31 ` Hunt, David
2018-10-25 10:30 ` Thomas Monjalon
2018-10-25 10:35 ` Hunt, David
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=2437619.RhQcZ1ZtzN@xps \
--to=thomas@monjalon.net \
--cc=david.hunt@intel.com \
--cc=dev@dpdk.org \
--cc=john.mcnamara@intel.com \
--cc=web@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.