From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 747FC2C53 for ; Wed, 6 Apr 2016 19:07:35 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id l6so74078950wml.1 for ; Wed, 06 Apr 2016 10:07:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=qQA3KSodrXbBQAL7qOrQwmJpGqRuiLlqVgVnEab5k74=; b=a+cVi/Ip41P6FB49BRw4VOCuUr9ru/BSmnVVV0SIEjK2orPVf7lw1i85zwYKczqnWx he24DC1+kDPuI+TdgqhWaWnSZuYxwwNP0ErI4rgcsalOAJuO+PvWmol/6uONVJjA1hjU a6DrCX3cjBKDqwP7ktyBAwDOVYpfPk7N8Txk/SwaghA3/NZ7CTLWLtj5mFngY17wG3nj wpYSn9Kg583uF8H8x/HYYUBCRq6rnPB3YDryOhOpX9Ej30wFU/mmXn4radAThz8+NhIl vw36uKOTgQ+ifbNPhpxLs1Cx7Iesvt2M9BSd6FmKisRVsSY3Xy8ii8m9RA0MijMuIYwW 9idg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=qQA3KSodrXbBQAL7qOrQwmJpGqRuiLlqVgVnEab5k74=; b=g0o4gxK16ZneXVQyjD2n2xZNaK4s0xNWPh0VEEQPcdgMfjvTu0xnmo64yH7z+Hw4LI LyO15DSV1t0NU/oew44s+N4Jt7aEpbKSAazi2iSY3GySmsIT41A8awcUBpAUmKq18NsH /JNsjqZukXlwXt2By8OS40d607/Keux5MP81haoOagjZCxuTa/8OmoCFK22A5BAZWTub bKZcHihXhaTgEHMEjgpbwwWG4Ee0qvn5byCpdoE3W6q67AWZ6FHnEIBuUHqZ2AGhEDV6 LtRFJa3YwNpdUEokb3bec4lh1OnZvnGuOI61GWYC0o/4ci6MoKnGvC2ARqRmjP8KXon1 VJ8w== X-Gm-Message-State: AD7BkJIvXaVrRZcw8K7H0t0C4aotNm1cHpcQ4N8axOuJtbwjCxAw4AwXc4lVzXsqdNVV9JeR X-Received: by 10.194.77.42 with SMTP id p10mr22151623wjw.111.1459962455371; Wed, 06 Apr 2016 10:07:35 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id c125sm4554265wme.6.2016.04.06.10.07.34 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Apr 2016 10:07:34 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Cc: dev@dpdk.org, Declan Doherty , john.mcnamara@intel.com Date: Wed, 06 Apr 2016 19:05:56 +0200 Message-ID: <3873514.nr2z9CFN5Z@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <57026C17.9020904@intel.com> References: <1459509837-41193-1-git-send-email-pablo.de.lara.guarch@intel.com> <57026C17.9020904@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: update the snow3g library information 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: Wed, 06 Apr 2016 17:07:35 -0000 > > A new process to request the libsso library required by the SNOW3G PMD > > has been put in place, through a website, replacing the previous email method. > > This commit updates the SNOW3G documentation, to reflect this change. > > > > Since the library does not support newer gcc versions, the documentation > > also contains a patch to make the library work with gcc > 5.0. > > > > Signed-off-by: Pablo de Lara > > Acked-by: Declan Doherty Applied, thanks