Re: [PATCH v6 net-next 00/11] nbl driver for Nebulamatrix NICs

From: Jakub Kicinski

Date: Fri Mar 06 2026 - 09:52:19 EST


On Fri, 6 Mar 2026 11:34:35 +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.

drivers/net/ethernet/nebula-matrix/nbl/nbl_common/nbl_common.c:29:16: error: assignment to ‘struct nbl_common_wq_mgt *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
29 | wq_mgt = kzalloc(sizeof(*wq_mgt), GFP_KERNEL);
| ^
--
pw-bot: cr