From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 7BB531C01 for ; Tue, 17 Jul 2018 10:14:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jul 2018 01:14:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,365,1526367600"; d="scan'208";a="58277996" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga006.jf.intel.com with ESMTP; 17 Jul 2018 01:14:13 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX102.ger.corp.intel.com ([169.254.2.110]) with mapi id 14.03.0319.002; Tue, 17 Jul 2018 09:14:12 +0100 From: "De Lara Guarch, Pablo" To: "Daly, Lee" , "Trahe, Fiona" , "ashish.gupta@caviumnetworks.com" , "shally.verma@caviumnetworks.com" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] test/compress: add scatter-gather tests Thread-Index: AQHUHSuZfQIl7YcplkWXR+IOrJm68aSTEeJg Date: Tue, 17 Jul 2018 08:14:12 +0000 Message-ID: References: <20180703005207.32751-1-pablo.de.lara.guarch@intel.com> <20180716093035.23087-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180716093035.23087-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTM3M2U3NzYtNjEzNS00NzFlLWJhM2UtMzAwYzdhMDZlYzQ5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQXJcLyt0MTdQbDFFU1pLSkhrSFJFQk5ERkwxYUFHTFwvUEs0dGloKzhpdEpDRkQwUkdnbkZyYVVza240Y3hmVUpEIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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 v2] test/compress: add scatter-gather tests 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: Tue, 17 Jul 2018 08:14:24 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, July 16, 2018 10:31 AM > To: Daly, Lee ; Trahe, Fiona ; > ashish.gupta@caviumnetworks.com; shally.verma@caviumnetworks.com > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2] test/compress: add scatter-gather tests >=20 > Added Scatter-Gather test, which split input data into multi-segment mbuf= s and > compresses/decompresses the data into also a multi-segment mbuf. >=20 > Signed-off-by: Pablo de Lara > Acked-by: Lee Daly Applied to dpdk-next-crypto. Pablo