From patchwork Mon Jun 24 10:36:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suman Ghosh X-Patchwork-Id: 13709307 X-Patchwork-Delegate: kuba@kernel.org Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 041EA1369A3; Mon, 24 Jun 2024 10:37:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=67.231.148.174 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719225433; cv=none; b=KG/BTsVHKwMrhE40PWSIM79QJO530iLgIPlwKFczTxsaw2PY8Z5Ix6D0yyDSWZP2Fv9OO7W9P5+lsMtu+PfadrnAMYYB0otxF8uEJbmRP2Cku1S93RXNK9/ma/Vsll7WrjO8nMxdST5JNQC/Kjv5HAA9Y/8ICVkzJwEK4Y/Ea3E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719225433; c=relaxed/simple; bh=MwR2+x33tL23zCDtW1vXkjUKW66d5cZi7iJ5mbn+RTc=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=nvoGaY/Hm+36f30nPtHDAR3mURMP+XwWI8Np2ROVHJrNuqhRDmgN17vlqN9YGKz6zockK5Rnqw5qLJZh6hMEJXN5QvbBEVdwD750Tzu3V2zu09mkKCL4bOkJCWLfBep0kt5wZnQCDc1m2tuWShY14bvIvENF3FJ2bZnHaD/GaAs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=marvell.com; spf=pass smtp.mailfrom=marvell.com; dkim=pass (2048-bit key) header.d=marvell.com header.i=@marvell.com header.b=EUfPdL6u; arc=none smtp.client-ip=67.231.148.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=marvell.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=marvell.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=marvell.com header.i=@marvell.com header.b="EUfPdL6u" Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 45OARDOI022070; Mon, 24 Jun 2024 03:37:06 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=pfpt0220; bh=s 3jdL6UcGGq24YBU3TnKztOmwHWjNtaB4Og6RDixtc4=; b=EUfPdL6uGRgPdNEkv 8MBYtnLwNuy+rOvPF/dEwJ8mRgbmlHmU4x3WctJTcQvvlmGLaCpF1htxGnt9PcJX 3o1SwkGuOa4WXObLzPaU0l0CIy/oGUVEbodAznj4UMUO6MGfA4JfJHwr7U7n1Vfh /QtU/RjZoo56jG9gK7mNh4K3cgMyThpbIS7rX+UUWFzNZmzFGBUaP7WQPP8zGkyR 9LqY1FcAMLftmqX3lR/Xn2b/aRX+jswnv0EoYTzC8iMWO6N4lsungUJKOdXCf4JI Np8JwFALeBX08cfQHPu7llOUtMgIAEjvK8WaRlj7QC4M65wIMzBOJuRBPu6ifM21 Hp+mw== Received: from dc5-exch05.marvell.com ([199.233.59.128]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3yy72f00t9-3 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 24 Jun 2024 03:37:06 -0700 (PDT) Received: from DC5-EXCH05.marvell.com (10.69.176.209) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Mon, 24 Jun 2024 03:36:56 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Mon, 24 Jun 2024 03:36:56 -0700 Received: from localhost.localdomain (unknown [10.28.36.166]) by maili.marvell.com (Postfix) with ESMTP id 241883F7077; Mon, 24 Jun 2024 03:36:51 -0700 (PDT) From: Suman Ghosh To: , , , , , , , , , , , , CC: Suman Ghosh Subject: [net PATCH 2/7] octeontx2-af: Fix klockwork issues in mcs_rvu_if.c Date: Mon, 24 Jun 2024 16:06:33 +0530 Message-ID: <20240624103638.2087821-3-sumang@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240624103638.2087821-1-sumang@marvell.com> References: <20240624103638.2087821-1-sumang@marvell.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: ZnVZQ2Q5mY4ZHJmVbgTz7SmFw5vD1teC X-Proofpoint-GUID: ZnVZQ2Q5mY4ZHJmVbgTz7SmFw5vD1teC X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-06-24_09,2024-06-24_01,2024-05-17_01 X-Patchwork-Delegate: kuba@kernel.org These are not real issues but sanity checks. Fixes: cfc14181d497 ("octeontx2-af: cn10k: mcs: Manage the MCS block hardware resources") Signed-off-by: Suman Ghosh --- drivers/net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c b/drivers/net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c index d39d86e694cc..de4482dee86a 100644 --- a/drivers/net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c @@ -681,7 +681,7 @@ int rvu_mbox_handler_mcs_alloc_resources(struct rvu *rvu, u16 pcifunc = req->hdr.pcifunc; struct mcs_rsrc_map *map; struct mcs *mcs; - int rsrc_id, i; + int rsrc_id = -EINVAL, i; if (req->mcs_id >= rvu->mcs_blk_cnt) return MCS_AF_ERR_INVALID_MCSID; @@ -742,6 +742,8 @@ int rvu_mbox_handler_mcs_alloc_resources(struct rvu *rvu, rsp->rsrc_cnt++; } break; + default: + goto exit; } rsp->rsrc_type = req->rsrc_type; @@ -854,7 +856,7 @@ int rvu_mbox_handler_mcs_ctrl_pkt_rule_write(struct rvu *rvu, static void rvu_mcs_set_lmac_bmap(struct rvu *rvu) { struct mcs *mcs = mcs_get_pdata(0); - unsigned long lmac_bmap; + unsigned long lmac_bmap = 0; int cgx, lmac, port; for (port = 0; port < mcs->hw->lmac_cnt; port++) {