From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A099AA0613 for ; Tue, 24 Sep 2019 13:18:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6956C2C19; Tue, 24 Sep 2019 13:18:05 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8C3A2271 for ; Tue, 24 Sep 2019 13:18:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2019 04:18:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,543,1559545200"; d="scan'208";a="363957167" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga005.jf.intel.com with ESMTP; 24 Sep 2019 04:18:01 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.129]) by IRSMSX152.ger.corp.intel.com ([169.254.6.150]) with mapi id 14.03.0439.000; Tue, 24 Sep 2019 12:18:01 +0100 From: "Trahe, Fiona" To: "Dybkowski, AdamX" , "dev@dpdk.org" , "Trybula, ArturX" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH v3 3/3] test/compress: add stateful decompression tests Thread-Index: AQHVchJmC+h75muO2k6MvDM2qTHtdKc6rxNQ Date: Tue, 24 Sep 2019 11:18:00 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435898231B9@IRSMSX101.ger.corp.intel.com> References: <20190920124452.29449-2-adamx.dybkowski@intel.com> <20190920200628.6444-1-adamx.dybkowski@intel.com> <20190920200628.6444-4-adamx.dybkowski@intel.com> In-Reply-To: <20190920200628.6444-4-adamx.dybkowski@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGZkOGQ4MzAtZWQ4OS00MWJkLWI5YWItMGI5ZWMyMzBhYzBjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOE5ZYXZHRnFGMUE1eWpOb0pLalpLUldyUnFjYmtTUXZBa3EybHBsdFwva2JNRGEzMHV3bHNvazdmaW9VbEFQangifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 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 v3 3/3] test/compress: add stateful decompression 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Dybkowski, AdamX > Sent: Friday, September 20, 2019 9:06 PM > To: dev@dpdk.org; Trahe, Fiona ; Trybula, ArturX > ; akhil.goyal@nxp.com > Cc: Dybkowski, AdamX > Subject: [PATCH v3 3/3] test/compress: add stateful decompression tests >=20 > This patch adds two new tests that cover the stateful > decompression feature. >=20 > Signed-off-by: Adam Dybkowski Acked-by: Fiona Trahe