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 086F4A2EEB for ; Thu, 12 Sep 2019 16:34:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4F0FB1E9EA; Thu, 12 Sep 2019 16:34:37 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 05C201E882 for ; Thu, 12 Sep 2019 16:34:35 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Sep 2019 07:34:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,497,1559545200"; d="scan'208";a="215061818" 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; 12 Sep 2019 07:34:33 -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, 12 Sep 2019 16:34:30 +0200 Message-Id: <20190912143431.26917-1-arturx.trybula@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190909144558.10553-1-arturx.trybula@intel.com> References: <20190909144558.10553-1-arturx.trybula@intel.com> Subject: [dpdk-dev] [PATCH v2 0/1] compression: unit tests refactoring 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" v2 changes: - unnecessary "printf" removed from the code This patch depends on "test/compress: unit test for stateless overflow recovery": http://patches.dpdk.org/patch/58834/ Signed-off-by: Artur Trybula Artur Trybula (1): test/compress: unit tests refactoring app/test/test_compressdev.c | 832 +++++++++++++++++++++++++++--------- 1 file changed, 629 insertions(+), 203 deletions(-) -- 2.17.1