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 B617B1B546 for ; Fri, 3 Aug 2018 12:39:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Aug 2018 03:39:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,438,1526367600"; d="scan'208";a="251431892" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga006.fm.intel.com with ESMTP; 03 Aug 2018 03:38:58 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 3 Aug 2018 11:38:58 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by irsmsx111.ger.corp.intel.com ([169.254.2.118]) with mapi id 14.03.0319.002; Fri, 3 Aug 2018 11:38:58 +0100 From: "De Lara Guarch, Pablo" To: "Jozwiak, TomaszX" , "dev@dpdk.org" , "Trahe, Fiona" Thread-Topic: [PATCH 0/2] common/qat: handle offset greater than first sgl segment Thread-Index: AQHUKnLWH7tFgXV4cUCg16Jm95etZaSt1z5g Date: Fri, 3 Aug 2018 10:38:57 +0000 Message-ID: References: <1533222566-17685-1-git-send-email-tomaszx.jozwiak@intel.com> In-Reply-To: <1533222566-17685-1-git-send-email-tomaszx.jozwiak@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjMyMGQ5OTYtODk4Zi00MTgyLWI0ZmItZWJlYzA1MDYwZDY0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQkVobm1GaFFINE4xQVwveXZBUHY1c2gzelwvRmhRakJ3dng4QmZaMjFuWlhpUGJJRXh3NXRqOFc0ZjFIcEh1VGFKIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/2] common/qat: handle offset greater than first sgl segment 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, 03 Aug 2018 10:39:17 -0000 > -----Original Message----- > From: Jozwiak, TomaszX > Sent: Thursday, August 2, 2018 4:09 PM > To: De Lara Guarch, Pablo ; dev@dpdk.org; > Trahe, Fiona ; Jozwiak, TomaszX > > Subject: [PATCH 0/2] common/qat: handle offset greater than first sgl seg= ment >=20 > This patchset fixes buffer lengths and SGL filling to handle offset great= er than > first SGL segment. Series applied to dpdk-next-crypto. Thanks, Pablo