From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E1BCB2BF1 for ; Fri, 23 Jun 2017 15:11:17 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 06:10:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,378,1493708400"; d="scan'208";a="1186180739" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga002.fm.intel.com with ESMTP; 23 Jun 2017 06:10:57 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 23 Jun 2017 14:07:11 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.211]) by irsmsx111.ger.corp.intel.com ([169.254.2.25]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 14:07:11 +0100 From: "Van Haaren, Harry" To: Jerin Jacob , "dev@dpdk.org" CC: "Richardson, Bruce" , "hemant.agrawal@nxp.com" , "Eads, Gage" , "nipun.gupta@nxp.com" , "Vangati, Narender" , "Rao, Nikhil" , "gprathyusha@caviumnetworks.com" Thread-Topic: [dpdk-dev] [PATCH 06/33] app/testeventdev: define the test options Thread-Index: AQHS1+0JQ20VSqLzQEi79AkbJieXBaIykoKw Date: Fri, 23 Jun 2017 13:07:10 +0000 Message-ID: References: <20170528195854.6064-1-jerin.jacob@caviumnetworks.com> <20170528195854.6064-7-jerin.jacob@caviumnetworks.com> In-Reply-To: <20170528195854.6064-7-jerin.jacob@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTQ3Y2VhMjktMTc2ZC00OWRlLWJjYzMtNDYzNzczZmZjNjQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImhYZWVyNm14OCt6MGJ2SkhrWGNnSHMrQkppRGpOUk5UQ1pxWDRBdlIzODA9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 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 06/33] app/testeventdev: define the test options 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, 23 Jun 2017 13:11:18 -0000 > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > Sent: Sunday, May 28, 2017 8:58 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Van Haaren, Harry > ; hemant.agrawal@nxp.com; Eads, Gage ; > nipun.gupta@nxp.com; Vangati, Narender ; Rao,= Nikhil > ; gprathyusha@caviumnetworks.com; Jerin Jacob > > Subject: [dpdk-dev] [PATCH 06/33] app/testeventdev: define the test optio= ns >=20 > Define the test options that used across all test cases and > fill the default values for the same. >=20 > Signed-off-by: Jerin Jacob > Signed-off-by: Guduri Prathyusha > +void > +evt_options_default(struct evt_options *opt) > +{ > + memset(opt, 0, sizeof(*opt)); > + opt->verbose_level =3D 1; /* Enable minimal prints */ > + opt->dev_id =3D 0; > + strncpy(opt->test_name, "queue_order", EVT_TEST_NAME_MAX_LEN); I think "queue_order" isn't a valid test name, we should probably make the = default test to run something that is supported by all PMDs, performance te= sting of atomic traffic? With that resolved, Acked-by: Harry van Haaren