From patchwork Tue Mar 26 13:51:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomasz Jozwiak X-Patchwork-Id: 51721 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 A5FBD56A3; Tue, 26 Mar 2019 14:51:31 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id C842356A1 for ; Tue, 26 Mar 2019 14:51:29 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2019 06:51:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,271,1549958400"; d="scan'208";a="145357254" Received: from tjozwiax-mobl1.ger.corp.intel.com (HELO localhost.localdomain) ([10.103.104.44]) by orsmga002.jf.intel.com with ESMTP; 26 Mar 2019 06:51:27 -0700 From: Tomasz Jozwiak To: dev@dpdk.org, fiona.trahe@intel.com, tomaszx.jozwiak@intel.com Date: Tue, 26 Mar 2019 14:51:23 +0100 Message-Id: <1553608284-17204-1-git-send-email-tomaszx.jozwiak@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1551960136-30358-1-git-send-email-tomaszx.jozwiak@intel.com> References: <1551960136-30358-1-git-send-email-tomaszx.jozwiak@intel.com> Subject: [dpdk-dev] [PATCH v5 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' (https://patches.dpdk.org/patch/50711/) 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 -v5: assigned correct NUMA node 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 | 14 ++++----- drivers/compress/qat/qat_comp_pmd.c | 51 ++++++++++++++++++++++++++----- 6 files changed, 104 insertions(+), 26 deletions(-)