From: "Mcnamara, John" <john.mcnamara@intel.com>
To: "Kovacevic, Marko" <marko.kovacevic@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
Herakliusz Lipiec <herakliusz.lipiec@intel.com>
Subject: Re: [dpdk-dev] [PATCH v4 1/2] doc: add generic compilation doc for all sample apps
Date: Thu, 5 Oct 2017 17:26:19 +0000 [thread overview]
Message-ID: <B27915DBBA3421428155699D51E4CFE23EDBB2BF@IRSMSX103.ger.corp.intel.com> (raw)
In-Reply-To: <1507201957-237765-1-git-send-email-marko.kovacevic@intel.com>
> +
> +This section explains how to compile the DPDK sample applications.
> +
> +To compile all the sample applications
> +--------------------------------------
> +
> +
> +Set the path to DPDK source code if its not set:
> +
> + .. code-block:: console
> +
> + export RTE_SDK=/path/to/rte_sdk
> +
> +Go to DPDK source:
> +
> + .. code-block:: console
> +
> + cd $RTE_SDK
> +
> +Make and install DPDK:
> +
> + .. code-block:: console
> +
> + make config T=$RTE_TARGET
> + make
The environmental variable $RTE_TARGET isn't defined here. I think that dropped
out of the changes from the previous version.
Reviewed-by: John McNamara <john.mcnamara@intel.com>
next prev parent reply other threads:[~2017-10-05 17:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-05 11:12 Marko Kovacevic
2017-10-05 11:12 ` [dpdk-dev] [PATCH v4 2/2] doc: add new introduction to sample app guides Marko Kovacevic
2017-10-05 17:48 ` Mcnamara, John
2017-10-05 17:26 ` Mcnamara, John [this message]
2017-10-09 16:19 ` [dpdk-dev] [PATCH v5 1/2] doc: add generic compilation doc for all sample apps Marko Kovacevic
2017-10-09 16:19 ` [dpdk-dev] [PATCH v5 2/2] doc: add new introduction to sample app guides Marko Kovacevic
2017-10-09 16:50 ` Mcnamara, John
2017-10-09 16:48 ` [dpdk-dev] [PATCH v5 1/2] doc: add generic compilation doc for all sample apps Mcnamara, John
2017-10-11 15:51 ` [dpdk-dev] [PATCH v6 " Marko Kovacevic
2017-10-11 15:51 ` [dpdk-dev] [PATCH v6 2/2] doc: add new introduction to sample app guides Marko Kovacevic
2017-10-12 10:55 ` Mcnamara, John
2017-10-13 22:17 ` Thomas Monjalon
2017-10-16 14:50 ` [dpdk-dev] [PATCH v7 1/2] doc: add generic compilation doc for all sample apps Marko Kovacevic
2017-10-16 14:50 ` [dpdk-dev] [PATCH v7 2/2] doc: add new introduction to sample app guides Marko Kovacevic
2017-10-16 18:53 ` Mcnamara, John
2017-10-18 9:28 ` [dpdk-dev] [PATCH v8 1/2] doc: add generic compilation doc for all sample apps Marko Kovacevic
2017-10-18 9:28 ` [dpdk-dev] [PATCH v8 2/2] doc: add new introduction to sample app guides Marko Kovacevic
2017-10-12 10:55 ` [dpdk-dev] [PATCH v6 1/2] doc: add generic compilation doc for all sample apps 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=B27915DBBA3421428155699D51E4CFE23EDBB2BF@IRSMSX103.ger.corp.intel.com \
--to=john.mcnamara@intel.com \
--cc=dev@dpdk.org \
--cc=herakliusz.lipiec@intel.com \
--cc=marko.kovacevic@intel.com \
/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).