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 6B764A046B for ; Wed, 24 Jul 2019 12:27:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 04E781C198; Wed, 24 Jul 2019 12:27:10 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 4D3EE1C193 for ; Wed, 24 Jul 2019 12:27:09 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x6OAPKpc002874; Wed, 24 Jul 2019 03:27:08 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=u9RZBjCkQDbb06uqZNz8JERjB1Cc/wvFdZpMyxbQQ5I=; b=k8YLPVst/5GnlFEna5qYZEPhbtjbc3gxpjvmAl1DCzSRw4W26i20nYKEm6o6z3ZjDwsj epN4hArLxRFL6RBFBYgUihQlpUd2ESZsYCYvDxzC9CeHZmk+OHN1aqvHHfudv6Ad4BKX 5bYTVLSIAP7MF2p5hpPx6oDTZ5Yoyg5PQf5fdelUvImLYZ5g2uZcitdMQUG9OSQ0k4RW YvapwGWKjf2WrOi8FUprjHk+MDJdzSEuWI/K1F/Y84G9vEu1ieKhCKGcO8CWdvzwSNpW du4hvve8qxbQ6d1LC+RVUcYPSlj7yGVMnIXLM2aL0m9PHeIB15TAoFuTATqc9VIvOm+v MQ== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 2tx61rbkjf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 24 Jul 2019 03:27:08 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 24 Jul 2019 03:27:07 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Wed, 24 Jul 2019 03:27:07 -0700 Received: from localhost.marvell.com (unknown [10.28.10.76]) by maili.marvell.com (Postfix) with ESMTP id E99033F7040; Wed, 24 Jul 2019 03:27:04 -0700 (PDT) From: Ayuj Verma To: CC: , , , , , , Ayuj Verma Date: Wed, 24 Jul 2019 15:57:00 +0530 Message-ID: <1563964021-28288-1-git-send-email-ayverma@marvell.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:5.22.84,1.0.8 definitions=2019-07-24_04:2019-07-24,2019-07-24 signatures=0 Subject: [dpdk-dev] [PATCH v1] test/crypto: improve asymmetric crypto testsuite setup 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" Improve logic: * to get list of valid devices based on driver id so that to eliminate unnecessary if check for driver id match in device loop * loop till 1st device supporting asymmetric feature is found unlike previous logic which breaks on 1st device Ayuj Verma (1): test/crypto: improve asymmetric crypto testsuite setup app/test/test_cryptodev_asym.c | 43 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) -- 1.8.3.1