From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9D7BB2B9E for ; Fri, 1 Mar 2019 12:17:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Mar 2019 03:17:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,427,1544515200"; d="scan'208";a="147637423" Received: from tjozwiax-mobl1.ger.corp.intel.com (HELO localhost.localdomain) ([10.103.104.44]) by fmsmga002.fm.intel.com with ESMTP; 01 Mar 2019 03:17:40 -0800 From: Tomasz Jozwiak To: dev@dpdk.org, fiona.trahe@intel.com, tomaszx.jozwiak@intel.com Date: Fri, 1 Mar 2019 12:17:33 +0100 Message-Id: <1551439054-17658-1-git-send-email-tomaszx.jozwiak@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1550223873-17119-1-git-send-email-tomaszx.jozwiak@intel.com> References: <1550223873-17119-1-git-send-email-tomaszx.jozwiak@intel.com> Subject: [dpdk-dev] [PATCH v3 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: , X-List-Received-Date: Fri, 01 Mar 2019 11:17:43 -0000 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 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 | 56 ++++++++++++++++++++++++++++++++---- drivers/compress/qat/qat_comp.h | 13 ++++----- drivers/compress/qat/qat_comp_pmd.c | 49 ++++++++++++++++++++++++++----- 6 files changed, 99 insertions(+), 26 deletions(-) -- 2.7.4