DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: correct source extract command
@ 2016-12-13 11:18 Baruch Siach
  2016-12-15 14:59 ` Mcnamara, John
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2016-12-13 11:18 UTC (permalink / raw)
  To: dev; +Cc: John McNamara, David Marchand, Baruch Siach

DPDK source archives are .tar.xz or .tar.gz, not .zip. Use .tar.xz in the
instructions, since that is what the main download page links to.

Also, correct the archive file and directory name capitalization.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 doc/guides/linux_gsg/build_dpdk.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/guides/linux_gsg/build_dpdk.rst
index 527c38dc9a9b..51a6210620a8 100644
--- a/doc/guides/linux_gsg/build_dpdk.rst
+++ b/doc/guides/linux_gsg/build_dpdk.rst
@@ -45,8 +45,8 @@ First, uncompress the archive and move to the uncompressed DPDK source directory
 
 .. code-block:: console
 
-    unzip DPDK-<version>.zip
-    cd DPDK-<version>
+    tar xJf dpdk-<version>.tar.xz
+    cd dpdk-<version>
 
 The DPDK is composed of several directories:
 
-- 
2.10.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: correct source extract command
  2016-12-13 11:18 [dpdk-dev] [PATCH] doc: correct source extract command Baruch Siach
@ 2016-12-15 14:59 ` Mcnamara, John
  2016-12-20 10:31   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Mcnamara, John @ 2016-12-15 14:59 UTC (permalink / raw)
  To: Baruch Siach, dev; +Cc: David Marchand



> -----Original Message-----
> From: Baruch Siach [mailto:baruch@tkos.co.il]
> Sent: Tuesday, December 13, 2016 11:19 AM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; David Marchand
> <david.marchand@6wind.com>; Baruch Siach <baruch@tkos.co.il>
> Subject: [PATCH] doc: correct source extract command
> 
> DPDK source archives are .tar.xz or .tar.gz, not .zip. Use .tar.xz in the
> instructions, since that is what the main download page links to.
> 
> Also, correct the archive file and directory name capitalization.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Acked-by: John McNamara <john.mcnamara@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: correct source extract command
  2016-12-15 14:59 ` Mcnamara, John
@ 2016-12-20 10:31   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-12-20 10:31 UTC (permalink / raw)
  To: Baruch Siach; +Cc: dev, Mcnamara, John, David Marchand

> > DPDK source archives are .tar.xz or .tar.gz, not .zip. Use .tar.xz in the
> > instructions, since that is what the main download page links to.
> > 
> > Also, correct the archive file and directory name capitalization.
> > 
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-20 10:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-13 11:18 [dpdk-dev] [PATCH] doc: correct source extract command Baruch Siach
2016-12-15 14:59 ` Mcnamara, John
2016-12-20 10:31   ` Thomas Monjalon

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).