From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E1019F94 for ; Tue, 18 Apr 2017 13:41:18 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2017 04:41:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="847177480" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by FMSMGA003.fm.intel.com with ESMTP; 18 Apr 2017 04:41:16 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX152.ger.corp.intel.com ([169.254.6.231]) with mapi id 14.03.0319.002; Tue, 18 Apr 2017 12:41:16 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" CC: "zbigniew.bodek@caviumnetworks.com" , "jerin.jacob@caviumnetworks.com" , "Doherty, Declan" Thread-Topic: [PATCH 1/2] test/crypto: create only one virtual device if needed Thread-Index: AQHSuDiDS0H+8CvSN0KFVnJC2ji1u6HLALVg Date: Tue, 18 Apr 2017 11:41:15 +0000 Message-ID: References: <1492515579-130563-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1492515579-130563-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2FlNzhlODctMzQ0My00ZDI3LTllYzktYzgzMWUxYWQwMDZlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkJxS2xPQUlPVm5mQTczcmdtR3VqTHlVTlo1V0JtZGoyOGZFV1J6MEZvSVk9In0= 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 1/2] test/crypto: create only one virtual device if needed 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: Tue, 18 Apr 2017 11:41:19 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, April 18, 2017 12:40 PM > To: dev@dpdk.org > Cc: zbigniew.bodek@caviumnetworks.com; > jerin.jacob@caviumnetworks.com; Doherty, Declan; De Lara Guarch, Pablo > Subject: [PATCH 1/2] test/crypto: create only one virtual device if neede= d >=20 > Instead of creating two virtual devices per PMD, if they have not > been initialized from EAL already, create only one, as only the > first device is used for the crypto tests. >=20 > Signed-off-by: Pablo de Lara I have tested this change on all PMDs but ARMv8, but I assume that it will = work well. Let me know if you see any issues. Thanks, Pablo