From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <declan.doherty@intel.com>
Received: from mga05.intel.com (mga05.intel.com [192.55.52.43])
 by dpdk.org (Postfix) with ESMTP id 2DFBB152A
 for <dev@dpdk.org>; Mon, 16 Jan 2017 17:10:42 +0100 (CET)
Received: from orsmga004.jf.intel.com ([10.7.209.38])
 by fmsmga105.fm.intel.com with ESMTP; 16 Jan 2017 08:10:41 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.33,239,1477983600"; d="scan'208";a="49365817"
Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152])
 by orsmga004.jf.intel.com with ESMTP; 16 Jan 2017 08:10:40 -0800
To: Tomasz Kulasek <tomaszx.kulasek@intel.com>, dev@dpdk.org
References: <1483634768-35012-1-git-send-email-tomaszx.kulasek@intel.com>
 <1484320997-1224-1-git-send-email-tomaszx.kulasek@intel.com>
 <1484320997-1224-4-git-send-email-tomaszx.kulasek@intel.com>
Cc: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
From: Declan Doherty <declan.doherty@intel.com>
Message-ID: <64c15453-f9ec-6d89-a28c-6c9c2548a090@intel.com>
Date: Mon, 16 Jan 2017 16:11:14 +0000
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.4.0
MIME-Version: 1.0
In-Reply-To: <1484320997-1224-4-git-send-email-tomaszx.kulasek@intel.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v5 3/3] test: add sgl unit tests for crypto
 devices
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: Mon, 16 Jan 2017 16:10:42 -0000

On 13/01/17 15:23, Tomasz Kulasek wrote:
> This patch provides unit tests for set of cipher/hash combinations covering
> currently implemented crypto PMD's and allowing to verify scatter gather
> support.
>
> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
> Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
> ---
...
>

Acked-by: Declan Doherty <declan.doherty@intel.com>