[v5,0/3] Compression Unit Tests
Message ID | 20190117101912.30550-1-marko.kovacevic@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> 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 C67F02D13; Thu, 17 Jan 2019 11:19:18 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id F24DA9E4 for <dev@dpdk.org>; Thu, 17 Jan 2019 11:19:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2019 02:19:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,488,1539673200"; d="scan'208";a="136542550" Received: from silpixa00399502.ir.intel.com (HELO silpixa00399502.ger.corp.intel.com) ([10.237.222.111]) by fmsmga004.fm.intel.com with ESMTP; 17 Jan 2019 02:19:14 -0800 From: "Kovacevic, Marko" <marko.kovacevic@intel.com> To: dev@dpdk.org Cc: akhil.goyal@nxp.com, pablo.de.lara.guarch@intel.com, "Kovacevic, Marko" <marko.kovacevic@intel.com> Date: Thu, 17 Jan 2019 10:19:09 +0000 Message-Id: <20190117101912.30550-1-marko.kovacevic@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190111165253.14001-2-marko.kovacevic@intel.com> References: <20190111165253.14001-2-marko.kovacevic@intel.com> Subject: [dpdk-dev] [PATCH v5 0/3] Compression Unit Tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Kovacevic, Marko
Jan. 17, 2019, 10:19 a.m. UTC
Made changes to the two unit tests for the out of space i have added proper checkes for all the cases compressing with compress dev and decompressing with compress dev. Varied buffer patch i have removed the extra unit test and merged it into the sgl test as one. Added a third patch into my patch set this patch refactors the test_deflate_comp_decomp to make it a less congested with parameters V5 has minor code chnages requested by Pablo. Kovacevic, Marko (2): test/compress: add out of space test test/compress: add varied buffer input/outputs Pablo de Lara (1): test/compress: refactor main test function test/test/test_compressdev.c | 585 ++++++++++++++++++++++++++++++------------- 1 file changed, 414 insertions(+), 171 deletions(-)