From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6261B1D7 for ; Wed, 31 Oct 2018 11:22:50 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Oct 2018 03:22:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,447,1534834800"; d="scan'208";a="275956782" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga005.fm.intel.com with ESMTP; 31 Oct 2018 03:22:48 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 31 Oct 2018 10:22:47 +0000 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.163]) by irsmsx155.ger.corp.intel.com ([169.254.14.44]) with mapi id 14.03.0415.000; Wed, 31 Oct 2018 10:22:47 +0000 From: "Daly, Lee" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "thomas@monjalon.net" , "akhil.goyal@nxp.com" , "Jozwiak, TomaszX" Thread-Topic: [PATCH] test/compress: improve trace Thread-Index: AQHUcLKSM+KbLEmPEEK/X+kucOwHO6U5JY3g Date: Wed, 31 Oct 2018 10:22:47 +0000 Message-ID: References: <1540946526-24837-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1540946526-24837-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGUzMDQwOTktZjllMi00NGQ0LWEwM2YtYzk5MTJjZTE4ODBhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicld0ZlU5MnFiVjZoVmtLc3VRTkozKzlLclg5SHhNMnZiNTVoTmtUclpvS2hlVGJwU3RrTUdXTlVXbTh5K1F4SSJ9 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] test/compress: improve trace 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: Wed, 31 Oct 2018 10:22:50 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Wednesday, October 31, 2018 12:42 AM > To: dev@dpdk.org > Cc: thomas@monjalon.net; akhil.goyal@nxp.com; Jozwiak, TomaszX > ; Daly, Lee ; Trahe, Fiona > > Subject: [PATCH] test/compress: improve trace >=20 > Make clear which engine is compressing and which is decompressing in > debug output. Also add newline and print ratio =3D 0 if test fails. >=20 > Signed-off-by: Fiona Trahe > --- > test/test/test_compressdev.c | 26 ++++++++++++++++++++------ > 1 file changed, 20 insertions(+), 6 deletions(-) >=20 > diff --git a/test/test/test_compressdev.c b/test/test/test_compressdev.c > index 8645388..5d5e519 100644 > --- a/test/test/test_compressdev.c > +++ b/test/test/test_compressdev.c <...> Acked-by: Lee Daly