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 10DC4324712; Tue, 27 Jan 2026 18:06:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769537215; cv=none; b=XezNNdG7JnldvW90AqIiPKt4AmDOQa0Bo6ZMCn8L4/nhoGXHRiNoj/WY9eqd12o3Pg6qiQA27Vg9mHsC3i+Zx5gXIoIqrXhGZkd9Z2Om+h/SE/94c/uoCWt+rOU6Z0Xc3y8Ss76pDPpoC4kpyP0LcqwNNLJMk1HZwDrkSIcOHyU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769537215; c=relaxed/simple; bh=xBwxZeG2PpLihNUtFGynbrnnONyfeENxZd6gKfTyx2c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tQxjG9sIum+kuuZo4FOk5lMgUEcKXcqD+rd7AvIQZ7rEAXL775W8vp60gWpQk8XMcm9chmte2HkoUQLNeqGPtstkWreWZXLQxOduAQFSnPwcpZg73hLlbxhV87JjyEHwjD9roUIElqjyO0w+L744AzQItKU/K7eG1to/ZvXujxE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NlIVTTC+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NlIVTTC+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 19A84C116C6; Tue, 27 Jan 2026 18:06:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769537214; bh=xBwxZeG2PpLihNUtFGynbrnnONyfeENxZd6gKfTyx2c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NlIVTTC+0rq7q3J9Q9AKmsq/I0LMBSgnR4E4ktDEKIB5UszmlhSrertt4pYrN/Zco wM9ekqEBc2hLUCQKQTRacR7dDmBxmA/vHmt9phhM3E3UKc0XNNJ93uMrCUjfdjLG4k +w3Nl+X9kh4CPIYN6ZEEmgkooVWiljGnyPTR+wmPuu3hhh80Z6ebCPDglbntwJQkRE k8yqbnzcuNNXQ5R6bcI4jknoesd/2QyAJoX/IGYY3ACFgtqSv5p5bSJZCCbCDBAFG4 Uagqa9e9L1oxghbtkWF6CQXcYUU+81fzjGv13/0fF/4hhjM1bKv56a6ykAGpkK5DPd Zht7emb7T7Rxw== Date: Tue, 27 Jan 2026 18:06:49 +0000 From: Simon Horman To: "illusion.wang" Cc: dimon.zhao@nebula-matrix.com, alvin.wang@nebula-matrix.com, sam.chen@nebula-matrix.com, netdev@vger.kernel.org, andrew+netdev@lunn.ch, corbet@lwn.net, kuba@kernel.org, linux-doc@vger.kernel.org, lorenzo@kernel.org, pabeni@redhat.com, vadim.fedorenko@linux.dev, lukas.bulwahn@redhat.com, hawk@kernel.org, ast@kernel.org, bpf@vger.kernel.org, sdf@fomichev.me, daniel@iogearbox.net, john.fastabend@gmail.com, edumazet@google.com, open list Subject: Re: [PATCH v3 net-next 00/15] nbl driver for Nebulamatrix NICs Message-ID: References: <20260123011804.31263-1-illusion.wang@nebula-matrix.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: <20260123011804.31263-1-illusion.wang@nebula-matrix.com> ... > 55 files changed, 26753 insertions(+) Hi, I realise this is down from the 45kLoC in v1, but 26kLoC is still too much for a patchset. As per Jakub's advice in his review of v1 [*], Please try to create a minimal driver in the order of ~5kLoC. Thanks! [*] https://lore.kernel.org/netdev/20260109162051.42f71451@kernel.org/ ...