Message ID | 20210205225013.15961-1-gakula@marvell.com |
---|---|
Headers | show |
Series | Add Marvell CN10K support | expand |
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.