From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id B075DA0679 for <public@inbox.dpdk.org>; Thu, 28 Mar 2019 15:37:55 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5ECD55589; Thu, 28 Mar 2019 15:37:55 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6DB204CC3 for <dev@dpdk.org>; Thu, 28 Mar 2019 15:37:54 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2019 07:37:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,280,1549958400"; d="scan'208";a="126648689" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga007.jf.intel.com with ESMTP; 28 Mar 2019 07:37:52 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.230]) by IRSMSX104.ger.corp.intel.com ([169.254.5.56]) with mapi id 14.03.0415.000; Thu, 28 Mar 2019 14:37:51 +0000 From: "Trahe, Fiona" <fiona.trahe@intel.com> To: "Jozwiak, TomaszX" <tomaszx.jozwiak@intel.com>, "dev@dpdk.org" <dev@dpdk.org>, "akhil.goyal@nxp.com" <akhil.goyal@nxp.com> CC: "Trahe, Fiona" <fiona.trahe@intel.com> Thread-Topic: [PATCH v5 1/1] compress/qat: add dynamic sgl allocation Thread-Index: AQHU49sVMdIuU/WTNk6xl1a712YWXKYhH7xg Date: Thu, 28 Mar 2019 14:37:51 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589721294@IRSMSX101.ger.corp.intel.com> References: <1551960136-30358-1-git-send-email-tomaszx.jozwiak@intel.com> <1553608284-17204-1-git-send-email-tomaszx.jozwiak@intel.com> <1553608284-17204-2-git-send-email-tomaszx.jozwiak@intel.com> In-Reply-To: <1553608284-17204-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTBiYTBjN2MtZDVjNy00MjNhLTg1MDMtNmM4Y2ZhMzFlOTA5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSExzNVV5ZUlOQ2tyMDcxTTNDd1BKM2NLaUdXMjZqNTN6Qkl5K2tIQ25JNVpHWWR2Tzg5YnNKYnlaVzZpR1VDMiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 1/1] compress/qat: add dynamic sgl allocation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> Message-ID: <20190328143751.v1UlfmB2qqOvEqUlEo30aG-unTZ0iWAJ2EKbgZH1_Hg@z> > -----Original Message----- > From: Jozwiak, TomaszX > Sent: Tuesday, March 26, 2019 1:51 PM > To: dev@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>; Jozwiak, TomaszX > <tomaszx.jozwiak@intel.com> > Subject: [PATCH v5 1/1] compress/qat: add dynamic sgl allocation >=20 > This patch adds dynamic SGL allocation instead of static one. > The number of element in SGL can be adjusted in each operation > depend of the request. >=20 > Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>