From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daly, Lee" Subject: Re: [PATCH v1 1/2] test/compress: add out of space test Date: Fri, 14 Dec 2018 15:55:26 +0000 Message-ID: References: <20181214153326.17356-1-marko.kovacevic@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "akhil.goyal@nxp.com" , "Jozwiak, TomaszX" , "O'Hare, Cathal" , "Trahe, Fiona" To: "Kovacevic, Marko" , "dev@dpdk.org" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DA57E1B516 for ; Fri, 14 Dec 2018 16:55:29 +0100 (CET) In-Reply-To: <20181214153326.17356-1-marko.kovacevic@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Kovacevic, Marko > Sent: Friday, December 14, 2018 3:33 PM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Daly, Lee ; Jozwiak, TomaszX > ; O'Hare, Cathal ; > Trahe, Fiona ; Kovacevic, Marko > > Subject: [PATCH v1 1/2] test/compress: add out of space test >=20 > From: "Kovacevic, Marko" >=20 > This patch adds new out of space testcase to check that the destination m= buf > is smaller than required for the output of compression to ensure the driv= er > doesn't crash and returns the valid error case. >=20 > Signed-off-by: Marko Kovacevic > --- Acked-by: Lee Daly