From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kovacevic, Marko" Subject: [PATCH v4 0/3] Compression Unit Tests Date: Fri, 11 Jan 2019 16:52:50 +0000 Message-ID: <20190111165253.14001-1-marko.kovacevic@intel.com> References: <20190111150900.11429-2-marko.kovacevic@intel.com> Cc: akhil.goyal@nxp.com, pablo.de.lara.guarch@intel.com, "Kovacevic, Marko" To: dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 45B871B949 for ; Fri, 11 Jan 2019 17:52:58 +0100 (CET) In-Reply-To: <20190111150900.11429-2-marko.kovacevic@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 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 | 583 ++++++++++++++++++++++++++++++------------- 1 file changed, 412 insertions(+), 171 deletions(-) -- 2.9.5