From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3A9C6A0613 for ; Thu, 26 Sep 2019 11:32:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 093CE1BEFE; Thu, 26 Sep 2019 11:32:48 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8D5CF1BE86 for ; Thu, 26 Sep 2019 11:32:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2019 02:32:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,551,1559545200"; d="scan'208";a="219303052" Received: from atrybulx-mobl.ger.corp.intel.com (HELO build-VirtualBox.isw.intel.com) ([10.103.104.115]) by fmsmga002.fm.intel.com with ESMTP; 26 Sep 2019 02:32:44 -0700 From: Artur Trybula To: dev@dpdk.org, fiona.trahe@intel.com, shallyv@marvell.com, adamx.dybkowski@intel.com, arturx.trybula@intel.com, akhil.goyal@nxp.com Date: Thu, 26 Sep 2019 11:32:36 +0200 Message-Id: <20190926093238.16663-1-arturx.trybula@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190906111138.1582-1-arturx.trybula@intel.com> References: <20190906111138.1582-1-arturx.trybula@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] Add overflow recovery for stateless compression 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 out-of-space recoverable feature for stateless compression scenario to QuickAssist compressdev driver. Unit test was also created to verify the new feature. v2: - rebasing over the external mbufs This patch depends on http://patches.dpdk.org/cover/59680/ Artur Trybula (2): compress/qat: overflow catch for stateless compression test/compress: unit test for stateless overflow recovery app/test/test_compressdev.c | 261 ++++++++++++++++++++++++++------ drivers/compress/qat/qat_comp.c | 28 +++- 2 files changed, 240 insertions(+), 49 deletions(-) -- 2.17.1