From patchwork Thu Mar 7 12:02:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomasz Jozwiak X-Patchwork-Id: 50919 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 E941D4C88; Thu, 7 Mar 2019 13:02:21 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 410E72C52 for ; Thu, 7 Mar 2019 13:02:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2019 04:02:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,451,1544515200"; d="scan'208";a="169544567" Received: from tjozwiax-mobl1.ger.corp.intel.com (HELO localhost.localdomain) ([10.103.104.44]) by orsmga001.jf.intel.com with ESMTP; 07 Mar 2019 04:02:18 -0800 From: Tomasz Jozwiak To: dev@dpdk.org, fiona.trahe@intel.com, tomaszx.jozwiak@intel.com Date: Thu, 7 Mar 2019 13:02:15 +0100 Message-Id: <1551960136-30358-1-git-send-email-tomaszx.jozwiak@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1551439054-17658-1-git-send-email-tomaszx.jozwiak@intel.com> References: <1551439054-17658-1-git-send-email-tomaszx.jozwiak@intel.com> Subject: [dpdk-dev] [PATCH v4 0/1] add dynamic sgl allocation 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" This patch adds dynamic sgl allocation in QAT PMD and depends on 'malloc: add rte_realloc_socket function patch' (1551429976-16297-1-git-send-email-tomaszx.jozwiak@intel.com) which should be applied first. Changes -v2: added rte_realloc_socket instead of rte_realloc -v3: fixed subject in patches series to see cover letter -v4: fixed wrong arguments number in rte_realloc_socket call Tomasz Jozwiak (1): compress/qat: add dynamic sgl allocation config/common_base | 1 - doc/guides/compressdevs/qat_comp.rst | 1 - doc/guides/cryptodevs/qat.rst | 5 ---- drivers/compress/qat/qat_comp.c | 58 ++++++++++++++++++++++++++++++++---- drivers/compress/qat/qat_comp.h | 13 ++++---- drivers/compress/qat/qat_comp_pmd.c | 49 +++++++++++++++++++++++++----- 6 files changed, 101 insertions(+), 26 deletions(-)