From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A19E96CA9 for ; Mon, 29 Feb 2016 18:48:16 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 29 Feb 2016 09:47:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,521,1449561600"; d="scan'208";a="923588878" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga002.jf.intel.com with ESMTP; 29 Feb 2016 09:47:51 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.157]) by IRSMSX104.ger.corp.intel.com ([169.254.5.87]) with mapi id 14.03.0248.002; Mon, 29 Feb 2016 17:47:51 +0000 From: "Trahe, Fiona" To: "Doherty, Declan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 0/2] cryptodev API changes Thread-Index: AQHRcxIErpa9XzGACUeVgh1zLqv03J9DTA7A Date: Mon, 29 Feb 2016 17:47:51 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43588F84F9E@IRSMSX101.ger.corp.intel.com> References: <1456507817-23781-1-git-send-email-declan.doherty@intel.com> <1456764731-27168-1-git-send-email-declan.doherty@intel.com> In-Reply-To: <1456764731-27168-1-git-send-email-declan.doherty@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDA4NGFlNTYtYmIyOC00OGQ0LTgwZDktNTY2ZDVmOGJhMWRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkVmRGtVejNzRE5MQjl6c0YwU1FlUVwvOE1xZTBIbEpCNmRLd09QZHh6Yzg4PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 0/2] cryptodev API changes 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: Mon, 29 Feb 2016 17:48:17 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty > Sent: Monday, February 29, 2016 4:52 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v4 0/2] cryptodev API changes >=20 > This patch set separates the symmetric crypto operations from generic > operations and then modifies the cryptodev burst API to accept bursts of > rte_crypto_op rather than rte_mbufs. >=20 > V4: > - Fixes for issues introduced in __rte_crypto_op_raw_bulk_alloc in V3 pat= cheset. > - Typo fix in cached attribute on rte_crypto_op structure. >=20 > V3: > - Addresses V2 comments > - Rebased for head >=20 >=20 > Declan Doherty (1): > cryptodev: change burst API to be crypto op oriented >=20 > Fiona Trahe (1): > cryptodev: API tidy and changes to support future extensions >=20 > MAINTAINERS | 6 +- > app/test/test_cryptodev.c | 894 +++++++++++----= ------ > app/test/test_cryptodev.h | 9 +- > app/test/test_cryptodev_perf.c | 270 ++++--- > config/common_bsdapp | 8 - > config/common_linuxapp | 8 - > doc/api/doxy-api-index.md | 1 - > drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 199 ++--- > drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 18 +- > drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h | 6 +- > drivers/crypto/qat/qat_crypto.c | 150 ++-- > drivers/crypto/qat/qat_crypto.h | 14 +- > drivers/crypto/qat/rte_qat_cryptodev.c | 8 +- > examples/l2fwd-crypto/main.c | 300 ++++--- > lib/Makefile | 1 - > lib/librte_cryptodev/Makefile | 1 + > lib/librte_cryptodev/rte_crypto.h | 819 +++++++--------= ---- > lib/librte_cryptodev/rte_crypto_sym.h | 642 +++++++++++++++ > lib/librte_cryptodev/rte_cryptodev.c | 115 ++- > lib/librte_cryptodev/rte_cryptodev.h | 185 ++--- > lib/librte_cryptodev/rte_cryptodev_pmd.h | 32 +- > lib/librte_cryptodev/rte_cryptodev_version.map | 3 +- > lib/librte_mbuf/rte_mbuf.h | 6 - > lib/librte_mbuf_offload/Makefile | 52 -- > lib/librte_mbuf_offload/rte_mbuf_offload.c | 100 --- > lib/librte_mbuf_offload/rte_mbuf_offload.h | 310 ------- > .../rte_mbuf_offload_version.map | 7 - > 27 files changed, 2143 insertions(+), 2021 deletions(-) create mode 100= 644 > lib/librte_cryptodev/rte_crypto_sym.h > delete mode 100644 lib/librte_mbuf_offload/Makefile delete mode 100644 > lib/librte_mbuf_offload/rte_mbuf_offload.c > delete mode 100644 lib/librte_mbuf_offload/rte_mbuf_offload.h > delete mode 100644 lib/librte_mbuf_offload/rte_mbuf_offload_version.map >=20 > -- > 2.5.0 Series Acked-by: Fiona Trahe