From: Paolo Abeni <pabeni@redhat.com>
To: Illusion Wang <illusion.wang@nebula-matrix.com>,
Dimon <dimon.zhao@nebula-matrix.com>,
Alvin <alvin.wang@nebula-matrix.com>,
Sam <sam.chen@nebula-matrix.com>, netdev <netdev@vger.kernel.org>
Cc: open list <linux-kernel@vger.kernel.org>
Subject: Re: 回复:[PATCH v1 net-next 00/15] nbl driver for Nebulamatrix NICs
Date: Mon, 29 Dec 2025 17:41:29 +0100 [thread overview]
Message-ID: <3d00ff0b-58b6-484e-b5cf-202ba839acd3@redhat.com> (raw)
In-Reply-To: <19aba6f7-acaf-45cb-985c-54be21592bdc.illusion.wang@nebula-matrix.com>
On 12/29/25 2:47 AM, Illusion Wang wrote:
> 发件人:Paolo Abeni <pabeni@redhat.com>
> 发送时间:2025年12月23日(周二) 15:08
> 收件人:Illusion Wang<illusion.wang@nebula-matrix.com>; Dimon<dimon.zhao@nebula-matrix.com>; Alvin<alvin.wang@nebula-matrix.com>; Sam<sam.chen@nebula-matrix.com>; netdev<netdev@vger.kernel.org>
> 抄 送:open list<linux-kernel@vger.kernel.org>
> 主 题:Re: [PATCH v1 net-next 00/15] nbl driver for Nebulamatrix NICs
>
>
> On 12/23/25 4:50 AM, illusion.wang wrote:
>> The patch series add the nbl driver, which will support the nebula-matrix 18100 and 18110 series
>> of network cards.
>> This submission is the first phase. which includes the PF-based and VF-based Ethernet transmit
>> and receive functionality. Once this is merged. will submit addition patches to implement support
>> for other features. such as ethtool support, debugfs support and etc.
>> Our Driver architecture supports Kernel Mode and Coexistence Mode(kernel and dpdk)
>
> Not a real review, but this series has several basic issues:
>
> - each patch should compile and build without warnings on all arches
> - don't use inline in c code
> - avoid using 'module_params'
> - the preferred line width is still 80 chars
>>>>>>
>
> Thanks for your quick reply!
> However, I noticed that at
> https://github.com/torvalds/linux/commit/bdc48fa11e46f867ea4d75fa59ee87a7f48be144,
> And the checkpatch tool checks for a line width of 100 columns. If we make the change to 80 characters, it might reduce readability.
> Could our driver set the limit to 100 columns instead?
Please use consistent top quoting in your next replies. This one is
quite unreadable.
Networking still uses 80 column boundaries: please adapt your code
accordingly.
Thanks,
Paolo
prev parent reply other threads:[~2025-12-29 16:41 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-23 3:50 [PATCH v1 net-next 00/15] nbl driver for Nebulamatrix NICs illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 01/15] net/nebula-matrix: add minimum nbl build framework illusion.wang
2025-12-23 10:02 ` Andrew Lunn
2025-12-23 3:50 ` [PATCH v1 net-next 02/15] net/nebula-matrix: add simple probe/remove illusion.wang
2025-12-23 10:19 ` Andrew Lunn
2025-12-23 3:50 ` [PATCH v1 net-next 03/15] net/nebula-matrix: add HW layer definitions and implementation illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 04/15] net/nebula-matrix: add Channel " illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 05/15] net/nebula-matrix: add Resource " illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 06/15] net/nebula-matrix: add intr resource " illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 07/15] net/nebula-matrix: add vsi, queue, adminq " illusion.wang
2025-12-24 10:49 ` Andrew Lunn
2025-12-23 3:50 ` [PATCH v1 net-next 08/15] net/nebula-matrix: add flow " illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 09/15] net/nebula-matrix: add txrx " illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 10/15] net/nebula-matrix: add Dispatch layer " illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 11/15] net/nebula-matrix: add Service " illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 12/15] net/nebula-matrix: add Dev " illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 13/15] net/nebula-matrix: add Dev start, stop operation illusion.wang
2025-12-24 11:03 ` Andrew Lunn
2025-12-29 1:36 ` 回复:[PATCH " Illusion Wang
2025-12-23 3:50 ` [PATCH v1 net-next 14/15] net/nebula-matrix: fully support ndo operations illusion.wang
2025-12-23 3:50 ` [PATCH v1 net-next 15/15] net/nebula-matrix: add kernel/user coexist mode support illusion.wang
2025-12-24 10:52 ` Andrew Lunn
2025-12-23 7:08 ` [PATCH v1 net-next 00/15] nbl driver for Nebulamatrix NICs Paolo Abeni
2025-12-29 1:47 ` 回复:[PATCH " Illusion Wang
2025-12-29 16:41 ` Paolo Abeni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3d00ff0b-58b6-484e-b5cf-202ba839acd3@redhat.com \
--to=pabeni@redhat.com \
--cc=alvin.wang@nebula-matrix.com \
--cc=dimon.zhao@nebula-matrix.com \
--cc=illusion.wang@nebula-matrix.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=sam.chen@nebula-matrix.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).