From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 367D85323 for ; Thu, 1 Nov 2018 21:52:45 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Nov 2018 13:52:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,453,1534834800"; d="scan'208";a="104549148" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 01 Nov 2018 13:52:44 -0700 Received: from lcsmsx154.ger.corp.intel.com (10.186.165.229) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 1 Nov 2018 13:52:44 -0700 Received: from hasmsx111.ger.corp.intel.com ([169.254.5.134]) by LCSMSX154.ger.corp.intel.com ([169.254.7.79]) with mapi id 14.03.0415.000; Thu, 1 Nov 2018 22:52:40 +0200 From: "Jozwiak, TomaszX" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "thomas@monjalon.net" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH v2] compress/qat: display error in case IM buffer too small Thread-Index: AQHUcWNQTJdQ1o9rR0SWUXUuFx+EJ6U7ZqEA Date: Thu, 1 Nov 2018 20:52:40 +0000 Message-ID: References: <1540946696-25911-1-git-send-email-fiona.trahe@intel.com> <1541022417-6543-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1541022417-6543-1-git-send-email-fiona.trahe@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-originating-ip: [10.104.12.169] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] compress/qat: display error in case IM buffer too small 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: Thu, 01 Nov 2018 20:52:45 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Wednesday, October 31, 2018 10:47 PM > To: dev@dpdk.org > Cc: thomas@monjalon.net; akhil.goyal@nxp.com; Jozwiak, TomaszX > ; Trahe, Fiona > Subject: [PATCH v2] compress/qat: display error in case IM buffer too sma= ll >=20 > Display trace if error returned from firmware is likely due to intermedia= te > buffers being too small for the compressed output. Update documentation > to explain this error case and to clarify intermediate buffer memory usag= e. >=20 > Signed-off-by: Fiona Trahe > --- Acked-by: Tomasz Jozwiak