From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3B05A292D7; Thu, 17 Jan 2019 19:06:31 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 17 Jan 2019 19:06:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=/OpFB2oaZnu5Qe5tRiSDmeKd53L6V074My1He3d1fbI=; b=jwVJFYbRTPco +R7U7ohzMFKwAoaVZpy4FVU1YCeKWXY3lyNfCDoRb9u/3FJVKJLPEWZvtJ2vLC8V YIX43GGn//aYXHHUtbxMmDaSIDdrfec4p05crlpeV7r3qG8gEPKV2pwWQuL7S8vE 0y1wNDiSfwBghO1skB9HIcH+OvNR13M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=/OpFB2oaZnu5Qe5tRiSDmeKd53L6V074My1He3d1f bI=; b=if643FJASAev7hqC8E+QHclMVbN+okYIU6DBkhq/29CV0u2Nw5Dlqw82o nSHlYPHvbw6RMntdbw9wNnHBzgLGv95euvm3y6MYlpt8JY0wq+tIbLkWd4Dr3nAZ 5B59CJsnS8VdKiDRB26E7HfpuHhHls4F/kCaYTfWWn5uO4aj19p4+tUwklm10vuE 7hMFQvqImWj7MAMqRwUO8DgsUNFhQhycWEA0MwHkLx5LTg+MD4h9S9oBtVL3H9cm QBDWp4uJsdxv99NzQfUJpUS+uo0QT0o1a50OmJPcBcSvdTQp2+D2m+x28mUS7DdZ CI6nQYqiTjiJhQADjZSO2jkPaBoAw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgeelgdduiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CA485E41AC; Thu, 17 Jan 2019 19:06:29 -0500 (EST) From: Thomas Monjalon To: "Kovacevic, Marko" , pablo.de.lara.guarch@intel.com Cc: dev@dpdk.org, akhil.goyal@nxp.com Date: Fri, 18 Jan 2019 01:06:28 +0100 Message-ID: <2473385.Xy869Qc6Rl@xps> In-Reply-To: <20190117101912.30550-1-marko.kovacevic@intel.com> References: <20190111165253.14001-2-marko.kovacevic@intel.com> <20190117101912.30550-1-marko.kovacevic@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2019 00:06:31 -0000 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