From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9ECEF3237 for ; Thu, 10 Mar 2016 15:05:39 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 10 Mar 2016 06:05:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,316,1455004800"; d="scan'208";a="761649145" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 10 Mar 2016 06:05:38 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 10 Mar 2016 14:05:36 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by irsmsx111.ger.corp.intel.com ([169.254.2.127]) with mapi id 14.03.0248.002; Thu, 10 Mar 2016 14:05:36 +0000 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v8 0/5] cryptodev API changes Thread-Index: AQHRetQMgD4y7N/wd0KBSLuRhrZ0/J9Stg5A Date: Thu, 10 Mar 2016 14:05:36 +0000 Message-ID: References: <1457351422-7617-1-git-send-email-fiona.trahe@intel.com> <1457617381-8296-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1457617381-8296-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjU3YjhlOWEtNmRkNC00NWM0LWFlMmEtNjY1M2RkMjgzNDRhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlNLMEU3V2hoU1VuXC9tdHFIbVVrOHVER3ZHaTNEUzBZYmNSSmEwN0Exa2YwPSJ9 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 v8 0/5] 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: Thu, 10 Mar 2016 14:05:40 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fiona Trahe > Sent: Thursday, March 10, 2016 1:43 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v8 0/5] cryptodev API changes >=20 >=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 > v8: > - split patchset for easier review > - fix broken /examples/l2fwd-crypto build in intermediate patch > - split removal of rte_mbuf_offload into separate commit >=20 > v7: > - remove trailing spaces introduced in v6 > - rebase against recent config file changes >=20 > v6: > - restore EXPERIMENTAL label to cryptodev. Will handle removal in separat= e > thread. > (email subject was incorrect in v5, so v5 hasn't arrived in patchwork, > therefore v6 is in-reply-to v4 message id) >=20 > V5: > - updates .map file > - removes EXPERIMENTAL label from rte_cryptodev.h >=20 > V4: > - Fixes for issues introduced in __rte_crypto_op_raw_bulk_alloc in V3 > patcheset. > - Typo fix in cached attribute on rte_crypto_op structure. >=20 > V3: > - Addresses V2 comments > - Rebased for head >=20 > Declan Doherty (2): > cryptodev: change burst API to be crypto op oriented > mbuf_offload: remove library >=20 > Fiona Trahe (3): > cryptodev: code cleanup > cryptodev: refactor to partition common from symmetric-specific code > cryptodev: remove unused phys_addr field from key >=20 > MAINTAINERS | 4 - > app/test/test_cryptodev.c | 883 +++++++++++----= ------ > app/test/test_cryptodev.h | 5 +- > app/test/test_cryptodev_perf.c | 270 ++++--- > config/common_base | 7 - > doc/api/doxy-api-index.md | 1 - > drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 190 +++-- > drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 30 +- > drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h | 10 +- > drivers/crypto/qat/qat_crypto.c | 160 ++-- > drivers/crypto/qat/qat_crypto.h | 14 +- > drivers/crypto/qat/rte_qat_cryptodev.c | 8 +- > examples/l2fwd-crypto/main.c | 234 +++--- > 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 | 189 ++--- > lib/librte_cryptodev/rte_cryptodev_pmd.h | 32 +- > lib/librte_cryptodev/rte_cryptodev_version.map | 7 +- > 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 - > 26 files changed, 2130 insertions(+), 1967 deletions(-) > create mode 100644 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.1.0 Series-acked-by: Pablo de Lara