From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 74BA5A0A02; Mon, 5 Apr 2021 20:47:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED0254068C; Mon, 5 Apr 2021 20:47:54 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id CB0024014E for ; Mon, 5 Apr 2021 20:47:53 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 135IZlMx027377; Mon, 5 Apr 2021 11:47:53 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=OUpY758wgkve6lcOeuR/F9XFwDItpRGpWeL7kcS+zrI=; b=GdB8MponrGIpAA16VI19e1bG7hh1ALZZUpBePXHIEmTqc3lJtgfvOEf1SIaxqGy+wPKB /K+zEF6Xbz5NAjMwMJfc6FLj31L7a+VJt33Eh3OKy/qrEGSE4jq3Rz40Lc/QOgXlw3DH N6zcQOJAbtWhjCgYkC0567TNi6muYvkhNPDGWFagv15ZVY53oPkpHYrfkVztwzS9/KS2 bX45OOcg10oy1r0xCXO+GaK6HORB+3P7Nh0MnuvUKlk2ZD5aal1RYREZSVmNYSMNHRI8 JfXDnCokfU2KaaKxVzzsIBK7duBgyDhoHY+bm7aev2Ae7i4y86+km/rUpXnF4rekaMWD jw== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com with ESMTP id 37r72p072u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 05 Apr 2021 11:47:52 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 5 Apr 2021 11:47:51 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 5 Apr 2021 11:47:51 -0700 Received: from localhost.localdomain (unknown [10.28.36.185]) by maili.marvell.com (Postfix) with ESMTP id 18BF83F7040; Mon, 5 Apr 2021 11:47:49 -0700 (PDT) From: Akhil Goyal To: CC: , , , Date: Tue, 6 Apr 2021 00:17:46 +0530 Message-ID: <20210405184746.721402-1-gakhil@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210223061300.22719-1-hemant.agrawal@nxp.com> References: <20210223061300.22719-1-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: CpOZQy7qd9Nt8_3gTCwQ_Q70Ogr0z54J X-Proofpoint-ORIG-GUID: CpOZQy7qd9Nt8_3gTCwQ_Q70Ogr0z54J X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.369, 18.0.761 definitions=2021-04-05_14:2021-04-01, 2021-04-05 signatures=0 Subject: [dpdk-dev] [PATCH] l2fwd-crypto: skip dev configure for masked devices X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" The devices which are masked by cryptodev mask should not be initialized and skipped while traversing the device list. Signed-off-by: Apeksha Gupta --- examples/l2fwd-crypto/main.c | 6 ++++++ 1 file changed, 6 insertions(+) again a fixes tag is missing. title should be examples/l2fwd-crypto: fix dev configure for masked devices