From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daly, Lee" Subject: Re: [PATCH v1 2/2] test/compress: add varied buffer input/outputs Date: Fri, 14 Dec 2018 15:56:09 +0000 Message-ID: References: <20181214153326.17356-1-marko.kovacevic@intel.com> <20181214153326.17356-2-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 mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 43D5D1B5F7 for ; Fri, 14 Dec 2018 16:56:13 +0100 (CET) In-Reply-To: <20181214153326.17356-2-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 2/2] test/compress: add varied buffer input/outputs >=20 > Added unit test to check if a SGL buffer was added as an input and a Line= ar > Buffer as output and vice versa so we can test if the application would > process the different buffers properly. >=20 > Signed-off-by: Marko Kovacevic > --- Acked-by: Lee Daly