From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4CD61558C for ; Mon, 26 Sep 2016 21:36:57 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 26 Sep 2016 12:36:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,401,1470726000"; d="scan'208";a="13409496" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga006.fm.intel.com with ESMTP; 26 Sep 2016 12:36:55 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 26 Sep 2016 20:36:54 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by irsmsx155.ger.corp.intel.com ([169.254.14.133]) with mapi id 14.03.0248.002; Mon, 26 Sep 2016 20:36:54 +0100 From: "De Lara Guarch, Pablo" To: "akhil.goyal@nxp.com" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] app/test: Remove hard coding for nb_queue_pairs in test_cryptodev Thread-Index: AQHSF+Xv7pl0hzz7qU2JAu5L5KhFMKCMJ6OQ Date: Mon, 26 Sep 2016 19:36:53 +0000 Message-ID: References: <20160926163300.22990-1-akhil.goyal@nxp.com> <20160926163300.22990-2-akhil.goyal@nxp.com> In-Reply-To: <20160926163300.22990-2-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGIxNGE2OTctMWEzNS00NWJiLTgyNDMtMGI3YTk5MGI5YTRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlQzVkhKNGE3dFc3blpvUVJxZlBtQ3F6K1lPZm1uRkQrSlJpbjNhVGFRUjg9In0= x-ctpclassification: CTP_IC 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] app/test: Remove hard coding for nb_queue_pairs in test_cryptodev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 19:36:57 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of > akhil.goyal@nxp.com > Sent: Monday, September 26, 2016 9:33 AM > To: dev@dpdk.org > Cc: Akhil Goyal > Subject: [dpdk-dev] [PATCH] app/test: Remove hard coding for > nb_queue_pairs in test_cryptodev >=20 > From: Akhil Goyal >=20 > nb_queue_pairs should not be hard coded with device specific number. > It should be retrieved from the device infos. > Also in ut_setup, ts_params->conf.nb_queue_pairs is already set in > testsuite_setup and we are not modifying it. >=20 > Signed-off-by: Akhil Goyal Acked-by: Pablo de Lara