From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 4A5391B645 for ; Fri, 11 Jan 2019 16:09:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jan 2019 07:09:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,466,1539673200"; d="scan'208";a="125284324" Received: from silpixa00399502.ir.intel.com (HELO silpixa00399502.ger.corp.intel.com) ([10.237.222.111]) by orsmga002.jf.intel.com with ESMTP; 11 Jan 2019 07:09:05 -0800 From: "Kovacevic, Marko" To: dev@dpdk.org Cc: akhil.goyal@nxp.com, pablo.de.lara.guarch@intel.com, "Kovacevic, Marko" Date: Fri, 11 Jan 2019 15:08:57 +0000 Message-Id: <20190111150900.11429-1-marko.kovacevic@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20181220145824.37223-1-marko.kovacevic@intel.com> References: <20181220145824.37223-1-marko.kovacevic@intel.com> Subject: [dpdk-dev] [PATCH v3 0/3] Compression Unit Tests 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, 11 Jan 2019 15:09:07 -0000 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 | 582 ++++++++++++++++++++++++++++++------------- 1 file changed, 411 insertions(+), 171 deletions(-) -- 2.9.5