From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9AB114A59 for ; Thu, 15 Dec 2016 15:59:33 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 15 Dec 2016 06:59:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,352,1477983600"; d="scan'208";a="1082230803" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga001.fm.intel.com with ESMTP; 15 Dec 2016 06:59:30 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.124]) by IRSMSX102.ger.corp.intel.com ([169.254.2.79]) with mapi id 14.03.0248.002; Thu, 15 Dec 2016 14:59:29 +0000 From: "Mcnamara, John" To: Baruch Siach , "dev@dpdk.org" CC: David Marchand Thread-Topic: [PATCH] doc: correct source extract command Thread-Index: AQHSVTLCWdBlIo82h0m23ki63kvcLqEJHS5Q Date: Thu, 15 Dec 2016 14:59:29 +0000 Message-ID: References: <5f75987b3a17859f4c0961e3ddee72db938c4f07.1481627935.git.baruch@tkos.co.il> In-Reply-To: <5f75987b3a17859f4c0961e3ddee72db938c4f07.1481627935.git.baruch@tkos.co.il> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmFjNjM4MzUtNTVmMi00MWY2LWE3ODUtYmU1NmQwMzRlYzMxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InNEbHlIWVdoTkthUVNsUHZMSit6dVc0N04zY0t3UnFhd01NS1lYS0hWVXc9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: correct source extract command X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2016 14:59:34 -0000 > -----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 ; David Marchand > ; Baruch Siach > Subject: [PATCH] doc: correct source extract command >=20 > 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. >=20 > Also, correct the archive file and directory name capitalization. >=20 > Signed-off-by: Baruch Siach Acked-by: John McNamara