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 DBA21A0487 for ; Tue, 2 Jul 2019 12:05:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9F3531B9B9; Tue, 2 Jul 2019 12:05:12 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DAAF61B9B7 for ; Tue, 2 Jul 2019 12:05:10 +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 orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 03:05:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,442,1557212400"; d="scan'208";a="338913831" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 02 Jul 2019 03:05:08 -0700 Received: from fmsmsx603.amr.corp.intel.com (10.18.126.83) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 03:05:08 -0700 Received: from fmsmsx603.amr.corp.intel.com (10.18.126.83) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 2 Jul 2019 03:05:07 -0700 Received: from hasmsx114.ger.corp.intel.com (10.184.198.65) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 2 Jul 2019 03:05:07 -0700 Received: from HASMSX110.ger.corp.intel.com ([169.254.6.40]) by HASMSX114.ger.corp.intel.com ([169.254.14.118]) with mapi id 14.03.0439.000; Tue, 2 Jul 2019 13:05:05 +0300 From: "Trybula, ArturX" To: Tomasz Jozwiak , "dev@dpdk.org" , "Trahe, Fiona" , "shallyv@marvell.com" Thread-Topic: [PATCH v5 2/6] app/test-compress-perf: add ptest command line option Thread-Index: AQHVL//h6p4F94F7IE+7q/BuXboyH6a3GyJA Date: Tue, 2 Jul 2019 10:05:04 +0000 Message-ID: <5B6D1C77E9D7034C93E97BD83D1D9F57077DD57E@HASMSX110.ger.corp.intel.com> References: <1561674337-22086-1-git-send-email-tjozwiakgm@gmail.com> <1561980385-3223-1-git-send-email-tjozwiakgm@gmail.com> <1561980385-3223-3-git-send-email-tjozwiakgm@gmail.com> In-Reply-To: <1561980385-3223-3-git-send-email-tjozwiakgm@gmail.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.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTk1NDFiYTgtNTQ3MC00MWZkLWI2YTAtN2Q5ZDVkMDlmNTU1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYitpdVAxZXdGZXpyUHRvM01iQUZWaUsydWdSUjhaU0RcL0pLNlJqRlNaM3RzZ1pxOVY5QzZxeWduaUx6TFNOdEYifQ== x-originating-ip: [10.184.70.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 2/6] app/test-compress-perf: add ptest command line option 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" This patch adds --ptest option to make possible a choose of test case from = command line. Signed-off-by: Tomasz Jozwiak Signed-off-by: Tomasz Jozwiak Acked-by: Artur Trybula < arturx.trybula@intel.com> ---