From: Jakub Kicinski <kuba@kernel.org>
To: "Xin Tian" <tianx@yunsilicon.com>
Cc: <netdev@vger.kernel.org>, <andrew+netdev@lunn.ch>,
<pabeni@redhat.com>, <edumazet@google.com>, <davem@davemloft.net>,
<jeff.johnson@oss.qualcomm.com>, <przemyslaw.kitszel@intel.com>,
<weihg@yunsilicon.com>, <wanry@yunsilicon.com>
Subject: Re: [PATCH v1 00/16] net-next/yunsilicon: ADD Yunsilicon XSC Ethernet Driver
Date: Wed, 18 Dec 2024 16:35:09 -0800 [thread overview]
Message-ID: <20241218163509.008d1787@kernel.org> (raw)
In-Reply-To: <20241218105023.2237645-1-tianx@yunsilicon.com>
On Wed, 18 Dec 2024 18:51:01 +0800 Xin Tian wrote:
> 45 files changed, 12723 insertions(+)
This is a lot of code and above our preferred patch limit.
Please exclude the last 3 patches from v2. They don't seem
strictly necessary for the initial driver.
next prev parent reply other threads:[~2024-12-19 0:35 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-18 10:51 [PATCH v1 00/16] net-next/yunsilicon: ADD Yunsilicon XSC Ethernet Driver Xin Tian
2024-12-18 10:50 ` [PATCH v1 01/16] net-next/yunsilicon: Add xsc driver basic framework Xin Tian
2024-12-18 13:58 ` Przemek Kitszel
2024-12-23 3:43 ` tianx
2024-12-18 18:20 ` Andrew Lunn
2024-12-23 3:20 ` tianx
2024-12-24 2:27 ` Andrew Lunn
2024-12-18 10:50 ` [PATCH v1 02/16] net-next/yunsilicon: Enable CMDQ Xin Tian
2024-12-18 14:46 ` Przemek Kitszel
2024-12-27 3:52 ` tianx
2024-12-18 10:50 ` [PATCH v1 03/16] net-next/yunsilicon: Add hardware setup APIs Xin Tian
2024-12-18 10:50 ` [PATCH v1 04/16] net-next/yunsilicon: Add qp and cq management Xin Tian
2024-12-18 10:50 ` [PATCH v1 05/16] net-next/yunsilicon: Add eq and alloc Xin Tian
2024-12-18 10:50 ` [PATCH v1 06/16] net-next/yunsilicon: Add pci irq Xin Tian
2024-12-18 10:50 ` [PATCH v1 07/16] net-next/yunsilicon: Device and interface management Xin Tian
2024-12-18 10:50 ` [PATCH v1 08/16] net-next/yunsilicon: Add ethernet interface Xin Tian
2024-12-18 10:50 ` [PATCH v1 09/16] net-next/yunsilicon: Init net device Xin Tian
2024-12-18 18:28 ` Andrew Lunn
2024-12-20 10:43 ` tianx
2024-12-18 10:50 ` [PATCH v1 10/16] net-next/yunsilicon: Add eth needed qp and cq apis Xin Tian
2024-12-18 10:50 ` [PATCH v1 11/16] net-next/yunsilicon: ndo_open and ndo_stop Xin Tian
2024-12-18 10:50 ` [PATCH v1 12/16] net-next/yunsilicon: Add ndo_start_xmit Xin Tian
2024-12-18 10:50 ` [PATCH v1 13/16] net-next/yunsilicon: Add eth rx Xin Tian
2024-12-18 19:47 ` Andrew Lunn
2024-12-20 7:31 ` tianx
2024-12-18 10:50 ` [PATCH v1 14/16] net-next/yunsilicon: add ndo_get_stats64 Xin Tian
2024-12-18 10:50 ` [PATCH v1 15/16] net-next/yunsilicon: Add ndo_set_mac_address Xin Tian
2024-12-18 10:50 ` [PATCH v1 16/16] net-next/yunsilicon: Add change mtu Xin Tian
2024-12-18 18:31 ` Andrew Lunn
2024-12-20 7:07 ` tianx
2024-12-19 0:35 ` Jakub Kicinski [this message]
2024-12-20 6:40 ` [PATCH v1 00/16] net-next/yunsilicon: ADD Yunsilicon XSC Ethernet Driver tianx
2024-12-20 9:21 ` Andrew Lunn
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=20241218163509.008d1787@kernel.org \
--to=kuba@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jeff.johnson@oss.qualcomm.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=przemyslaw.kitszel@intel.com \
--cc=tianx@yunsilicon.com \
--cc=wanry@yunsilicon.com \
--cc=weihg@yunsilicon.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.