From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6B38F9E7 for ; Thu, 9 Jun 2016 14:08:37 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 09 Jun 2016 05:07:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,444,1459839600"; d="scan'208";a="716409196" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jun 2016 05:07:11 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by IRSMSX154.ger.corp.intel.com ([169.254.12.28]) with mapi id 14.03.0248.002; Thu, 9 Jun 2016 13:07:08 +0100 From: "Mcnamara, John" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Doherty, Declan" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH 2/8] doc: update build instructions for libsso_snow3g Thread-Index: AQHRp5+W0sY27nZxHEmAB8949PwrNZ/hP1DQ Date: Thu, 9 Jun 2016 12:07:07 +0000 Message-ID: References: <1462543429-26741-1-git-send-email-pablo.de.lara.guarch@intel.com> <1462543429-26741-3-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1462543429-26741-3-git-send-email-pablo.de.lara.guarch@intel.com> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjI3MDhjZDItYzk5ZS00YzRjLWJmZmUtYjFjODIxMTE5Njc5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InJzYzY2Vk8yRmRiYXc1REoycHM4RHNTNzRNOFwvMHZPZnk2TjhQNWdLcFhVPSJ9 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 2/8] doc: update build instructions for libsso_snow3g X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 12:08:37 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, May 6, 2016 3:04 PM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH 2/8] doc: update build instructions for > libsso_snow3g >=20 > With the library update, the way to compile the library has changed, so > documentation reflects this change. > Also, the patch to fix the compilation issues present with gcc > 5.0 has > been removed, as the issues have been fixed in the library. >=20 > Signed-off-by: Pablo de Lara > ... > + make snow3G Nice change to make usage easier. Acked-by: John McNamara