From patchwork Fri Aug 3 07:22:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "De Lara Guarch, Pablo" X-Patchwork-Id: 43584 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3B36D1B5B5; Fri, 3 Aug 2018 17:35:15 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 7681E1B5B4 for ; Fri, 3 Aug 2018 17:35:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Aug 2018 08:35:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,439,1526367600"; d="scan'208";a="69836966" Received: from silpixa00399466.ir.intel.com (HELO silpixa00399466.ger.corp.intel.com) ([10.237.223.220]) by FMSMGA003.fm.intel.com with ESMTP; 03 Aug 2018 08:28:34 -0700 From: Pablo de Lara To: thomas@monjalon.net Cc: dev@dpdk.org Date: Fri, 3 Aug 2018 08:22:14 +0100 Message-Id: <20180803072214.10368-1-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [pull-request] next-crypto 18.08-rc3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The following changes since commit e94be227b7ea025d8fd0ee5d79052a8c31d432c6: net/dpaa2: remove loop for unused pool entries (2018-08-03 17:09:44 +0200) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-crypto for you to fetch changes up to fb33043c4552e1166bbb3a8d9f140aacd0377ef9: common/qat: fix offset greater than first sgl segment (2018-08-03 08:14:24 +0100) ---------------------------------------------------------------- Lee Daly (1): compress/isal: fix offset check Pablo de Lara (1): app/crypto-perf: fix auth IV offset Tomasz Jozwiak (2): compress/qat: fix buffer lengths in offset case common/qat: fix offset greater than first sgl segment app/test-crypto-perf/cperf_ops.c | 3 ++ drivers/common/qat/qat_common.c | 77 +++++++++++++------------------ drivers/common/qat/qat_common.h | 2 +- drivers/compress/isal/isal_compress_pmd.c | 10 ++-- drivers/compress/qat/qat_comp.c | 19 ++++---- drivers/crypto/qat/qat_sym.c | 18 ++++---- 6 files changed, 61 insertions(+), 68 deletions(-)