Thanks Jakub. Overlooked new warnings as I was using C=2 flag. Will fix it in the next version.
________________________________________ From: Jakub Kicinski <k...@kernel.org> Sent: Monday, February 8, 2021 11:10 PM To: Geethasowjanya Akula Cc: net...@vger.kernel.org; linux-kernel@vger.kernel.org; linux-cry...@vger.kernel.org; Sunil Kovvuri Goutham; da...@davemloft.net; Subbaraya Sundeep Bhatta; Hariprasad Kelam; Jerin Jacob Kollanukkaran; Linu Cherian; bbrezil...@kernel.org; a...@natisbad.org; Srujana Challa Subject: [EXT] Re: [net-next v4 00/14] Add Marvell CN10K support External Email ---------------------------------------------------------------------- On Sat, 6 Feb 2021 04:19:59 +0530 Geetha sowjanya wrote: > The current admin function (AF) driver and the netdev driver supports > OcteonTx2 silicon variants. The same OcteonTx2's > Resource Virtualization Unit (RVU) is carried forward to the next-gen > silicon ie OcteonTx3, with some changes and feature enhancements. > > This patch set adds support for OcteonTx3 (CN10K) silicon and gets > the drivers to the same level as OcteonTx2. No new OcteonTx3 specific > features are added. > > Changes cover below HW level differences > - PCIe BAR address changes wrt shared mailbox memory region > - Receive buffer freeing to HW > - Transmit packet's descriptor submission to HW > - Programmable HW interface identifiers (channels) > - Increased MTU support > - A Serdes MAC block (RPM) configuration > > v3-v4 > Fixed compiler warnings. Still 4 new sparse warnings in patch 1.