From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <john.mcnamara@intel.com> Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9AB114A59 for <dev@dpdk.org>; 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" <john.mcnamara@intel.com> To: Baruch Siach <baruch@tkos.co.il>, "dev@dpdk.org" <dev@dpdk.org> CC: David Marchand <david.marchand@6wind.com> Thread-Topic: [PATCH] doc: correct source extract command Thread-Index: AQHSVTLCWdBlIo82h0m23ki63kvcLqEJHS5Q Date: Thu, 15 Dec 2016 14:59:29 +0000 Message-ID: <B27915DBBA3421428155699D51E4CFE202686057@IRSMSX103.ger.corp.intel.com> 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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=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 <john.mcnamara@intel.com>; David Marchand > <david.marchand@6wind.com>; Baruch Siach <baruch@tkos.co.il> > 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 <baruch@tkos.co.il> Acked-by: John McNamara <john.mcnamara@intel.com>