From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AFBD81B4A1 for ; Fri, 15 Feb 2019 18:01:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Feb 2019 09:01:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,373,1544515200"; d="scan'208";a="126793521" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga003.jf.intel.com with ESMTP; 15 Feb 2019 09:01:55 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 15 Feb 2019 17:01:54 +0000 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.185]) by IRSMSX156.ger.corp.intel.com ([169.254.3.58]) with mapi id 14.03.0415.000; Fri, 15 Feb 2019 17:01:54 +0000 From: "Trahe, Fiona" To: "Jozwiak, TomaszX" , "dev@dpdk.org" Thread-Topic: [PATCH] compress/qat: add fallback to fixed compression Thread-Index: AQHUxRMlw1HHO+Fbp0292vAJ9hO5P6XhFf9w Date: Fri, 15 Feb 2019 17:01:53 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435896F08AE@IRSMSX101.ger.corp.intel.com> References: <1550223873-17119-1-git-send-email-tomaszx.jozwiak@intel.com> <1550223873-17119-2-git-send-email-tomaszx.jozwiak@intel.com> In-Reply-To: <1550223873-17119-2-git-send-email-tomaszx.jozwiak@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjQyMjk2NTQtMGExNC00ODU1LTgxNTktNDZlNjJhZTE1ZGU3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoick9lM2pVRjBwRjNzNGpNUHJHeFwvQnJWQStVaEpvRnZJZXVLZEd6ZitrWTZ4d0c2VFgrcHhxeXh4TlJaOUZ0ak8ifQ== 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] compress/qat: add fallback to fixed compression 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, 15 Feb 2019 17:01:59 -0000 > -----Original Message----- > From: Jozwiak, TomaszX > Sent: Friday, February 15, 2019 9:45 AM > To: dev@dpdk.org; Trahe, Fiona ; Jozwiak, TomaszX > > Subject: [PATCH] compress/qat: add fallback to fixed compression >=20 > This patch adds fallback to fixed compression > feature during dynamic compression, when the input data size > is greater than IM buffer size / 1.1. This feature doesn't > stop compression proccess when IM buffer can be too small > to handle produced data. >=20 > Signed-off-by: Tomasz Jozwiak Acked-by: Fiona Trahe