Re: [PATCH v22 net-next 00/12] nbl driver for Nebulamatrix NICs
Jakub Kicinski <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 23 Jul 2026 12:00:52 +0800 illusion.wang wrote: > This patch series represents the first phase. We plan to integrate it in > two phases: the first phase covers mailbox and chip configuration, > while the second phase involves net dev configuration. > Together, they will provide basic PF-based Ethernet port transmission and > reception capabilities. > > After that, we will consider other features, such as ethtool support, > flow management, adminq messaging, VF support, debugfs support, etc. There's a large number of abstractions in this series with a single implementation. It'd help review if those were removed until they are actually needed.