From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/3] Compression Unit Tests Date: Fri, 18 Jan 2019 01:06:28 +0100 Message-ID: <2473385.Xy869Qc6Rl@xps> References: <20190111165253.14001-2-marko.kovacevic@intel.com> <20190117101912.30550-1-marko.kovacevic@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, akhil.goyal@nxp.com To: "Kovacevic, Marko" , pablo.de.lara.guarch@intel.com Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id A790E2904 for ; Fri, 18 Jan 2019 01:06:31 +0100 (CET) In-Reply-To: <20190117101912.30550-1-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" 17/01/2019 11:19, Kovacevic, Marko: > 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 Applied, thanks