From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 6850A1BD66 for ; Fri, 21 Dec 2018 01:41:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2018 16:41:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,379,1539673200"; d="scan'208";a="111072459" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga008.fm.intel.com with ESMTP; 20 Dec 2018 16:41:46 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.237]) by IRSMSX103.ger.corp.intel.com ([169.254.3.157]) with mapi id 14.03.0415.000; Fri, 21 Dec 2018 00:41:45 +0000 From: "Trahe, Fiona" To: "Kovacevic, Marko" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "Daly, Lee" , "Jozwiak, TomaszX" Thread-Topic: [PATCH v2 1/2] test/compress: add out of space test Thread-Index: AQHUmHSAbje+SGcLLUW4AgJopbFsTKWIWrBA Date: Fri, 21 Dec 2018 00:41:45 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435896A840D@IRSMSX101.ger.corp.intel.com> References: <20181214153326.17356-1-marko.kovacevic@intel.com> <20181220145824.37223-1-marko.kovacevic@intel.com> In-Reply-To: <20181220145824.37223-1-marko.kovacevic@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDllNDU3MGQtMDczZi00Zjg0LWFiNjUtYTBjNzc2NTlmNzg1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZ3R3aVwvU1V1bms3aHdLcnhhQk5jRDRIeVN1cUVuQ1RJVUM3aGVYaXE2cEVNTnFzRnVtdnhWRjQ1R2M4OGVhUXQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/2] test/compress: add out of space test 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, 21 Dec 2018 00:41:48 -0000 > -----Original Message----- > From: Kovacevic, Marko > Sent: Thursday, December 20, 2018 7:58 AM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Daly, Lee ; Jozwiak, TomaszX > ; O'Hare, Cathal ; Tra= he, Fiona > ; Kovacevic, Marko > Subject: [PATCH v2 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 mbuf is smaller than required for > the output of compression to ensure the driver doesn't crash > and returns the valid error case. >=20 > Signed-off-by: Marko Kovacevic > Acked-by: Lee Daly Acked-by: Fiona Trahe