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 D23B01B9A9 for ; Fri, 14 Dec 2018 20:24:46 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Dec 2018 11:24:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,354,1539673200"; d="scan'208";a="130030744" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga001.fm.intel.com with ESMTP; 14 Dec 2018 11:24:44 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.237]) by irsmsx110.ger.corp.intel.com ([169.254.15.233]) with mapi id 14.03.0415.000; Fri, 14 Dec 2018 19:24:44 +0000 From: "Trahe, Fiona" To: "Jozwiak, TomaszX" , "dev@dpdk.org" , "Shally.Verma@cavium.com" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH v6 0/5] add initial version of compress-perf Thread-Index: AQHUkhNZ/c79ZkhDBEC//mvIVPYKf6V+oN+Q Date: Fri, 14 Dec 2018 19:24:43 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435896A24DD@IRSMSX101.ger.corp.intel.com> References: <1543999626-24262-1-git-send-email-tomaszx.jozwiak@intel.com> <1544616485-3981-1-git-send-email-tomaszx.jozwiak@intel.com> In-Reply-To: <1544616485-3981-1-git-send-email-tomaszx.jozwiak@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2M3ZDRkOWItNzgwYS00NWVkLTkxNGYtODMxYTE4ZThhMDVjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVEdma2NIa1BDaUlIRzZ1dXJ5XC9GTEk3cDVsbnVNSFMxZkZEcVV6ZG00RFBTVm0rdU50ZTJcL1VaVXpTTjZiSW5OIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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 v6 0/5] add initial version of compress-perf 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, 14 Dec 2018 19:24:47 -0000 > -----Original Message----- > From: Jozwiak, TomaszX > Sent: Wednesday, December 12, 2018 5:08 AM > To: dev@dpdk.org; Trahe, Fiona ; Jozwiak, TomaszX > ; Shally.Verma@cavium.com; akhil.goyal@nxp.com > Subject: [PATCH v6 0/5] add initial version of compress-perf >=20 > This patchset adds initial version of compression performance > test. >=20 > v6 changes: > - Updated the 19.02 release notes >=20 > v5 changes: > - Fixed documentation > - Added op's status checking after rte_compressdev_dequeue_burst > - code cleanup >=20 > v4 changes: > - fixed checkpatch issues > - code cleanup >=20 > v3 changes: > - Added dynamic compression > - Code refactoring to separate validation > from benchmarking part > - Updated documentation > - Added fail detection from rte_compressdev_enqueue_burst > and rte_compressdev_dequeue_burst functions > - Code cleanup >=20 > v2 changes: >=20 > - Added release note > - Added new cleanup flow into main function > - Blocked dynamic compression test because it hasn't been > tested enough > - Changed `--max-num-sgl-segs' default value to 16 > - Updated documentation >=20 > Tomasz Jozwiak (5): > app/compress-perf: add parser > app/compress-perf: add performance measurement > doc/guides/tools: add doc files > app/compress-perf: add dynamic compression test > app/compress-perf: code refactoring Series-acked-by: Fiona Trahe =20