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 3D922A32A1 for ; Thu, 24 Oct 2019 11:22:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9E5F81E8A1; Thu, 24 Oct 2019 11:22:57 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5553B1E89E for ; Thu, 24 Oct 2019 11:22:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2019 02:22:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,224,1569308400"; d="scan'208";a="192127860" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga008.jf.intel.com with ESMTP; 24 Oct 2019 02:22:54 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.139]) by IRSMSX154.ger.corp.intel.com ([169.254.12.170]) with mapi id 14.03.0439.000; Thu, 24 Oct 2019 10:22:53 +0100 From: "Dybkowski, AdamX" To: "dev@dpdk.org" Thread-Topic: [PATCH v3 1/1] test/compress: unit tests refactoring Thread-Index: AQHVikwLkZXZVbCro02QOgWQOVIRhadphFIA Date: Thu, 24 Oct 2019 09:22:53 +0000 Message-ID: <522B1A062D56224ABC0C6BDBCD64D9D369E712D4@IRSMSX103.ger.corp.intel.com> References: <20190912143431.26917-1-arturx.trybula@intel.com> <20191024091616.31224-1-arturx.trybula@intel.com> <20191024091616.31224-2-arturx.trybula@intel.com> In-Reply-To: <20191024091616.31224-2-arturx.trybula@intel.com> Accept-Language: pl-PL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmVlYTFlOGItZmZmZi00Y2YwLTk0MTItZTY1OWZkY2U1MGM1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicVJTQkcyYkVaT1wvTU1ad3VBN1wvbVpkWUdidGtiRjlOYVlMTmt5dTlidVBzRUhqYTJGRDlkcyt5UmVqWnd5M3M0In0= dlp-product: dlpe-windows dlp-version: 11.2.0.6 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 v3 1/1] test/compress: unit tests refactoring 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: Trybula, ArturX > Sent: Thursday, 24 October, 2019 11:16 > To: dev@dpdk.org; Trahe, Fiona ; > shallyv@marvell.com; Dybkowski, AdamX ; > Trybula, ArturX ; akhil.goyal@nxp.com > Subject: [PATCH v3 1/1] test/compress: unit tests refactoring >=20 > Core engine refactoring (test_deflate_comp_decomp function). > Smaller specialized functions created. >=20 > Signed-off-by: Artur Trybula > --- Acked-by: Adam Dybkowski