From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Dec 2018 07:55:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,353,1539673200"; d="scan'208";a="303866064" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga005.fm.intel.com with ESMTP; 14 Dec 2018 07:55:28 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 14 Dec 2018 15:55:27 +0000 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.227]) by irsmsx111.ger.corp.intel.com ([169.254.2.183]) with mapi id 14.03.0415.000; Fri, 14 Dec 2018 15:55:27 +0000 From: "Daly, Lee" To: "Kovacevic, Marko" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "Jozwiak, TomaszX" , "O'Hare, Cathal" , "Trahe, Fiona" Thread-Topic: [PATCH v1 1/2] test/compress: add out of space test Thread-Index: AQHUk8PH13auNwugaUinnhwGpl2/SqV+Yxdw Date: Fri, 14 Dec 2018 15:55:26 +0000 Message-ID: References: <20181214153326.17356-1-marko.kovacevic@intel.com> In-Reply-To: <20181214153326.17356-1-marko.kovacevic@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTUwN2I3N2QtNThjZC00MDgwLTg3OGQtNDEwMWVkZWI4YTFjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiT0pUWXZTdDRXcEdsbDgzTjlBT1NsWnVXZlUzTHNnTzV2QkpGaEJnS0g0SjJEa3B2dWJrKzJXeVdrdFZQdEhkYiJ9 x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 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, 14 Dec 2018 15:55:30 -0000 > -----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