From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52])
 by dpdk.org (Postfix) with ESMTP id C26D095FE
 for <dev@dpdk.org>; Tue,  7 Jun 2016 16:28:54 +0200 (CEST)
Received: by mail-wm0-f52.google.com with SMTP id v199so22343077wmv.0
 for <dev@dpdk.org>; Tue, 07 Jun 2016 07:28:54 -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=mecfwxw6jtpw+RHPpnSeHpsMfGA8FYa17oqgN9zEeNc=;
 b=or+y0A0DwqOW9YBb1kanJu00OzWDRURBSWBa1ZrYzY1veY64IUls3zljHd9zE0Dyhx
 RmwlWrLQc3ymK2OppjoXrs2tDsyCOsy48X2L90ohNCLY+t9gDfXLN5Zj5yb/T5AeUSQi
 1HSLsXzGx+FJ50X6ew1oyUVdzYUOMcY/C5Ma5PcX0VLheMzVhgjU0NZiblF6rYaUQYql
 VUKJMVfibJ75qgUDsthFGA8eH80/ZHimONgtHefHNYANwYgMNagAmSn+EgY5uevUFdLp
 1lYJa2mCwnSwqag7yPLZK5ub5z9F2xSVnVe4o1qYHVsCSRTTdiZ6zLfEBTVv14CYNaNX
 EA0w==
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=mecfwxw6jtpw+RHPpnSeHpsMfGA8FYa17oqgN9zEeNc=;
 b=SlmwkIZ706XyPMBNpV4DCvj1m+G/JLFjVMCb8KbQ4+wcvDoWXxyKbArna2+oJ4OEr+
 flnxwbbWaEFI42PR1NkvbGkMlvLkf3PaVWc3e5ake5p6fVzgyIWBv2bgU1SQmA5cjeqT
 nsecPKp4O5Qgbg6Sufjfe29ah7GrOJZOoOSa7VeQwWDK00zVNCoSnjzXg3nID2v5nXOy
 oeZRgy3q9Ig1B228QYsmloSclrJ+gszYSajnQ8Z+DKu3cbUt50IyeMmLmmjPg1up3HPo
 HPOAqYfOZIapMzc1dbXyh//glFD5TOSlzCb1afe4FEA1DljjjMOXHFtaF1cc9fz9qpey
 jGVA==
X-Gm-Message-State: ALyK8tKM/2adn2erp73NcTSZWag/xfYpbq15Uy6ronOxKU+48H/GV3ZfxIcYV6e7QabgM4AH
X-Received: by 10.194.146.132 with SMTP id tc4mr5285925wjb.13.1465309734470;
 Tue, 07 Jun 2016 07:28:54 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id p9sm25808741wjv.21.2016.06.07.07.28.53
 (version=TLSv1/SSLv3 cipher=OTHER);
 Tue, 07 Jun 2016 07:28:53 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Fan Zhang <roy.fan.zhang@intel.com>
Cc: dev@dpdk.org, declan.doherty@intel.com
Date: Tue, 07 Jun 2016 16:28:52 +0200
Message-ID: <1928716.SHI3yopdeD@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1464948719-72777-1-git-send-email-roy.fan.zhang@intel.com>
References: <1462460342-25325-1-git-send-email-roy.fan.zhang@intel.com>
 <1464948719-72777-1-git-send-email-roy.fan.zhang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2 0/3] Add AES Counter mode support for
	AES-NI MB PMD
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: Tue, 07 Jun 2016 14:28:54 -0000

2016-06-03 11:11, Fan Zhang:
> This patchset adds counter mode support to AES-NI multi-buffer library
> and appropriate test cases. 
> 
> Fan Zhang (3):
>   aesni_mb: add counter mode support
>   app/test: add aes-ni multi-buffer pmd test cases for AES CTR
>   examples/l2fwd-crypto: enable AES counter mode cipher algorithm

I think the patches can be squashed into one.