From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <konstantin.ananyev@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id AA31A4C8F
 for <dev@dpdk.org>; Mon,  4 Mar 2019 17:39:02 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga007.jf.intel.com ([10.7.209.58])
 by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 04 Mar 2019 08:39:00 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.58,440,1544515200"; d="scan'208";a="119509062"
Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25])
 by orsmga007.jf.intel.com with ESMTP; 04 Mar 2019 08:38:59 -0800
Received: from irsmsx105.ger.corp.intel.com ([169.254.7.72]) by
 irsmsx110.ger.corp.intel.com ([169.254.15.86]) with mapi id 14.03.0415.000;
 Mon, 4 Mar 2019 16:38:58 +0000
From: "Ananyev, Konstantin" <konstantin.ananyev@intel.com>
To: "Zhang, Roy Fan" <roy.fan.zhang@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "akhil.goyal@nxp.com" <akhil.goyal@nxp.com>
Thread-Topic: [PATCH v3 0/4] ipsec: add AES-CTR and 3DES-CBC support
Thread-Index: AQHUzQL0ZEwoXuBydkap4nyNFIX2f6X7tyBQ
Date: Mon, 4 Mar 2019 16:38:57 +0000
Message-ID: <2601191342CEEE43887BDE71AB977258012413F78D@irsmsx105.ger.corp.intel.com>
References: <20190219153236.84537-1-roy.fan.zhang@intel.com>
 <20190225120745.61836-1-roy.fan.zhang@intel.com>
In-Reply-To: <20190225120745.61836-1-roy.fan.zhang@intel.com>
Accept-Language: en-IE, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWViOGVmZDQtNTI3ZC00YmY2LWI5NWYtYzNmODIwNjQ4Yjc4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU2JGd3J1VDRYYlQ3NklFQzVicXczUk1Zb2pnVkJBUjhsSGYrbWZ5MjhHaUxaUlZwQzlXUzdDOGg3QU1cL3BEVlMifQ==
x-ctpclassification: CTP_NT
dlp-product: dlpe-windows
dlp-version: 11.0.400.15
dlp-reaction: no-action
x-originating-ip: [163.33.239.180]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v3 0/4] ipsec: add AES-CTR and 3DES-CBC
	support
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 04 Mar 2019 16:39:04 -0000



>=20
> This patchset adds the AES-CTR and 3DES-CBC cipher algorithms
> support to ipsec library. The test scripts for ipsec-secgw
> sample application are added too.
>=20
> v3:
> - fixed a bug in 3DES.
>=20
> v2:
> - removed unsupported tests.
>=20
> Fan Zhang (4):
>   ipsec: add AES-CTR algorithm support
>   ipsec-secgw: add test scripts for aes ctr
>   ipsec: add 3DES-CBC algorithm support
>   ipsec-secgw: add 3des test files
>=20
>  examples/ipsec-secgw/test/common_defs.sh           |   4 +-
>  examples/ipsec-secgw/test/run_test.sh              |  14 ++-
>  .../test/trs_3descbc_sha1_common_defs.sh           |  73 +++++++++++
>  examples/ipsec-secgw/test/trs_3descbc_sha1_defs.sh |  67 ++++++++++
>  .../test/trs_3descbc_sha1_esn_atom_defs.sh         |   5 +
>  .../ipsec-secgw/test/trs_3descbc_sha1_esn_defs.sh  |  66 ++++++++++
>  .../ipsec-secgw/test/trs_3descbc_sha1_old_defs.sh  |   5 +
>  .../test/trs_aesctr_sha1_common_defs.sh            |  69 +++++++++++
>  examples/ipsec-secgw/test/trs_aesctr_sha1_defs.sh  |  67 ++++++++++
>  .../test/trs_aesctr_sha1_esn_atom_defs.sh          |   5 +
>  .../ipsec-secgw/test/trs_aesctr_sha1_esn_defs.sh   |  66 ++++++++++
>  .../ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh   |   5 +
>  .../test/tun_3descbc_sha1_common_defs.sh           |  72 +++++++++++
>  examples/ipsec-secgw/test/tun_3descbc_sha1_defs.sh |  70 +++++++++++
>  .../test/tun_3descbc_sha1_esn_atom_defs.sh         |   5 +
>  .../ipsec-secgw/test/tun_3descbc_sha1_esn_defs.sh  |  70 +++++++++++
>  .../ipsec-secgw/test/tun_3descbc_sha1_old_defs.sh  |   5 +
>  .../test/tun_aesctr_sha1_common_defs.sh            |  68 ++++++++++
>  examples/ipsec-secgw/test/tun_aesctr_sha1_defs.sh  |  70 +++++++++++
>  .../test/tun_aesctr_sha1_esn_atom_defs.sh          |   5 +
>  .../ipsec-secgw/test/tun_aesctr_sha1_esn_defs.sh   |  70 +++++++++++
>  .../ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh   |   5 +
>  lib/librte_ipsec/crypto.h                          |  17 +++
>  lib/librte_ipsec/sa.c                              | 137 +++++++++++++++=
++----
>  lib/librte_ipsec/sa.h                              |  24 ++++
>  25 files changed, 1040 insertions(+), 24 deletions(-)
>  create mode 100644 examples/ipsec-secgw/test/trs_3descbc_sha1_common_def=
s.sh
>  create mode 100644 examples/ipsec-secgw/test/trs_3descbc_sha1_defs.sh
>  create mode 100644 examples/ipsec-secgw/test/trs_3descbc_sha1_esn_atom_d=
efs.sh
>  create mode 100644 examples/ipsec-secgw/test/trs_3descbc_sha1_esn_defs.s=
h
>  create mode 100644 examples/ipsec-secgw/test/trs_3descbc_sha1_old_defs.s=
h
>  create mode 100644 examples/ipsec-secgw/test/trs_aesctr_sha1_common_defs=
.sh
>  create mode 100644 examples/ipsec-secgw/test/trs_aesctr_sha1_defs.sh
>  create mode 100644 examples/ipsec-secgw/test/trs_aesctr_sha1_esn_atom_de=
fs.sh
>  create mode 100644 examples/ipsec-secgw/test/trs_aesctr_sha1_esn_defs.sh
>  create mode 100644 examples/ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh
>  create mode 100644 examples/ipsec-secgw/test/tun_3descbc_sha1_common_def=
s.sh
>  create mode 100644 examples/ipsec-secgw/test/tun_3descbc_sha1_defs.sh
>  create mode 100644 examples/ipsec-secgw/test/tun_3descbc_sha1_esn_atom_d=
efs.sh
>  create mode 100644 examples/ipsec-secgw/test/tun_3descbc_sha1_esn_defs.s=
h
>  create mode 100644 examples/ipsec-secgw/test/tun_3descbc_sha1_old_defs.s=
h
>  create mode 100644 examples/ipsec-secgw/test/tun_aesctr_sha1_common_defs=
.sh
>  create mode 100644 examples/ipsec-secgw/test/tun_aesctr_sha1_defs.sh
>  create mode 100644 examples/ipsec-secgw/test/tun_aesctr_sha1_esn_atom_de=
fs.sh
>  create mode 100644 examples/ipsec-secgw/test/tun_aesctr_sha1_esn_defs.sh
>  create mode 100644 examples/ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh
>=20
> --

Reviewed-by: Konstantin Ananyev <konstantin.ananyev@intel.com>


> 2.14.5