From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com
 [209.85.215.41]) by dpdk.org (Postfix) with ESMTP id 1B239AD9B
 for <dev@dpdk.org>; Mon, 20 Jun 2016 22:41:20 +0200 (CEST)
Received: by mail-lf0-f41.google.com with SMTP id f6so46361931lfg.0
 for <dev@dpdk.org>; Mon, 20 Jun 2016 13:41:20 -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:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=dLMnZL1eoy5/2QDuUNxQlgu3Ddjdr1XVUZEoRp7c3mY=;
 b=dhvJaCbsDYtwEk5/GVLzvOMw0F/dHMT7nUSVa8LIpjdq8/29cEX1dD3rBo88jOe9My
 QgKgjvTAUEYfHxHM3OXxGw5PDiD89PgE9l5yCl9ObV0l54QFx6rGG6s+XK+/FkcURjiJ
 TSybNwA/IZ3Y3bd+7YH0xRIXrAsp4K2LHgggWgrqse8hFWV2srkQQxc9qOckrNKoV4wD
 t+W1smQikvtimeKtSyCD7mB5jgZBMr6Tg68ZazU5cTNYWNsimXlv9PVKoaRlK6usTqAr
 WJ2A1UUJL/tvOZEr7ee69Hr7BXNH9zb2nZQK5xPUNVHqCfUu1k/7I7+jJ10Hgm17Pfv4
 IDwg==
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:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=dLMnZL1eoy5/2QDuUNxQlgu3Ddjdr1XVUZEoRp7c3mY=;
 b=PTCuOWhhVW05LOtoWodJVC2f52eeQ9vnsfGyUgZwpdGTacBgYWgW7WeIx+RUr+PDA7
 eKj4c2YVoHaNd9VxucNdIK7gZkeZTr+L5olmU3+yoXpZMuuK8ctCeO2KFbJbB3eEWq5D
 xHMjvSYchG/gCBL6qWa/tQPLt1iM5S+WEAoDvPaYAbBTLIvFIEUOshL4sK5UoQtLPOfQ
 rrp5KLBGLF271ppgZoynLdLIYo5ZGV1J2vzvd6979Tt9hCqgEMpMyVmzSYndYzmJUDZg
 qoXvPwbF5QthKZxhWygETWWs6lPHHbDcRnWW3qBOLSJ4dnOToZ3DUi7J+zw6FpVhgy8b
 CCLQ==
X-Gm-Message-State: ALyK8tII1ZBtgI1wLAkFcgf2dQwLjAV4y+lejzRasw0o/tyHbVq/aWukBimEw0IO/70//2au
X-Received: by 10.28.209.14 with SMTP id i14mr973971wmg.95.1466455279514;
 Mon, 20 Jun 2016 13:41:19 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id i74sm15251903wmg.21.2016.06.20.13.41.10
 (version=TLSv1/SSLv3 cipher=OTHER);
 Mon, 20 Jun 2016 13:41:10 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Cc: dev@dpdk.org, declan.doherty@intel.com, deepak.k.jain@intel.com
Date: Mon, 20 Jun 2016 22:41:09 +0200
Message-ID: <2668669.310lr0AhX7@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1466433902-27644-1-git-send-email-pablo.de.lara.guarch@intel.com>
References: <1466414873-23506-1-git-send-email-pablo.de.lara.guarch@intel.com>
 <1466433902-27644-1-git-send-email-pablo.de.lara.guarch@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v4 00/11] Snow3G bit-level support
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Mon, 20 Jun 2016 20:41:20 -0000

> Pablo de Lara (11):
>   snow3g: rename libsso reference due to library update
>   doc: update build instructions for libsso_snow3g
>   snow3g: define IV/digest length macros
>   snow3g: support bit-level operations
>   snow3g: add missing feature flags
>   test: use new bit-level memcmp macro
>   test: fix buffer lengths for snow3G tests
>   test: add out-of-place crypto op tests for Snow3G PMD
>   test: add bit-level Snow3G UIA2 tests
>   test: add Snow3G UEA2 test with offset
>   test: refactor snow3g/kasumi tests

Applied, thanks