From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6D7A0A046B for ; Fri, 26 Jul 2019 10:23:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1041D1C3D5; Fri, 26 Jul 2019 10:23:02 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 793B71C3D4 for ; Fri, 26 Jul 2019 10:23:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2019 01:22:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,310,1559545200"; d="scan'208";a="254256608" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga001.jf.intel.com with ESMTP; 26 Jul 2019 01:22:58 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.164]) by IRSMSX103.ger.corp.intel.com ([169.254.3.45]) with mapi id 14.03.0439.000; Fri, 26 Jul 2019 09:22:57 +0100 From: "Dybkowski, AdamX" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "Trahe, Fiona" , "shallyv@marvell.com" Thread-Topic: [dpdk-dev] [PATCH] compressdev: clarify destination buffer size for corner case Thread-Index: AQHVQwsPfMeXLt5tPUGxAeODYKoG26bckG6w Date: Fri, 26 Jul 2019 08:22:56 +0000 Message-ID: <522B1A062D56224ABC0C6BDBCD64D9D32F3E87DE@irsmsx105.ger.corp.intel.com> References: <1564074249-16222-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1564074249-16222-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDMxYmMxOTctMDIzNy00ZTg2LTg5YzktMTUxMTg0ZGI2Y2U4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidnlTT0dtaWlZWWtVTGZuMGRqYUZTXC85SFhVNE5SekJOY0pvQ01FMkN6c0o2UG9uYStnSHpNU1ZPRWlDQm4rb2oifQ== dlp-product: dlpe-windows dlp-version: 11.0.600.7 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] compressdev: clarify destination buffer size for corner case 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fiona Trahe > Sent: Thursday, 25 July, 2019 19:04 > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Trahe, Fiona ; > shallyv@marvell.com > Subject: [dpdk-dev] [PATCH] compressdev: clarify destination buffer size = for > corner case >=20 > Clarify the corner case with incompressible data whereby the output can > actually be greater than the uncompressed data. >=20 > Signed-off-by: Fiona Trahe > --- Acked-by: Adam Dybkowski