From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 255F515AC3 for ; Sun, 3 Dec 2023 17:01:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UtqRwNIp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 538C8C433C8; Sun, 3 Dec 2023 17:01:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701622886; bh=3grxlFh5smxHqqrzAwHvqw9F1PRF28tWTzgvpQYBhuE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UtqRwNIpS39RsbxeS8z3aeYK7U6qw6Ny4NPIiBnQyXDZ+7DVKupKzP0zHFSeqPigw gbJG6Y6aM3zK3ItakRT5d43r418tfyXUya8G60YCfowbd0WMiir2skSRFlMBU7pLEB v6AnBsVcXynl4XnWeQbpVKe057+NemJMARpz09/Lz/g/nA2VkCZNHF6j0Cof5D9lEY IlX5HSKvMOLkGQMWU0qS05WuvncF7T4Q27XZ9oAvQsSk6cy7wFzyDBkDR9Hb1QQ1Xm y5s39K4Bt6YHGdU/55o9rU8cFJy1sBnfct40RrrL7kmPXRgEqze9UgAepvPEhycy3h oaRbU2Rc6B3Rw== Date: Sun, 3 Dec 2023 17:01:20 +0000 From: Simon Horman To: Geetha sowjanya Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com, edumazet@google.com, sgoutham@marvell.com, lcherian@marvell.com, jerinj@marvell.com, sbhatta@marvell.com, hkelam@marvell.com Subject: Re: [net v3 PATCH 2/5] octeontx2-af: Fix mcs sa cam entries size Message-ID: <20231203170120.GM50400@kernel.org> References: <20231130075818.18401-1-gakula@marvell.com> <20231130075818.18401-3-gakula@marvell.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231130075818.18401-3-gakula@marvell.com> On Thu, Nov 30, 2023 at 01:28:15PM +0530, Geetha sowjanya wrote: > On latest silicon versions SA cam entries increased to 256. > This patch fixes the datatype of sa_entries in mcs_hw_info > struct to u16 to hold 256 entries. > > Fixes: 080bbd19c9dd ("octeontx2-af: cn10k: mcs: Add mailboxes for port related operations") > Signed-off-by: Geetha sowjanya > Reviewed-by: Wojciech Drewek Reviewed-by: Simon Horman