From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id F046E7D52 for ; Thu, 7 Mar 2019 19:58:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2019 10:58:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,451,1544515200"; d="scan'208";a="280662028" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga004.jf.intel.com with ESMTP; 07 Mar 2019 10:58:18 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.230]) by IRSMSX107.ger.corp.intel.com ([169.254.10.15]) with mapi id 14.03.0415.000; Thu, 7 Mar 2019 18:58:18 +0000 From: "Trahe, Fiona" To: "Jozwiak, TomaszX" , "dev@dpdk.org" Thread-Topic: [PATCH v4 1/1] compress/qat: add dynamic sgl allocation Thread-Index: AQHU1N2uXDDkGM6xlEqocDSeTDYmr6YAhYJg Date: Thu, 7 Mar 2019 18:58:17 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B4358970DD8E@IRSMSX101.ger.corp.intel.com> References: <1551439054-17658-1-git-send-email-tomaszx.jozwiak@intel.com> <1551960136-30358-1-git-send-email-tomaszx.jozwiak@intel.com> <1551960136-30358-2-git-send-email-tomaszx.jozwiak@intel.com> In-Reply-To: <1551960136-30358-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDVjMDM3NDEtZjI3Yy00OWVkLTlhNTgtOGNkN2YwZDljMzJhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicmQ3VlNQMHF3YWJvMno0WjlMcWxzcWMxSmEwcm9aV01DSmRlam9YVUdrSTVnMVZxK2Vqb3A2S1wvWmMwdmlmYU8ifQ== 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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 18:58:21 -0000 > -----Original Message----- > From: Jozwiak, TomaszX > Sent: Thursday, March 7, 2019 12:02 PM > To: dev@dpdk.org; Trahe, Fiona ; Jozwiak, TomaszX > > Subject: [PATCH v4 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 Acked-by: Fiona Trahe