public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Cc: netdev@vger.kernel.org, Andrew Lunn <andrew+netdev@lunn.ch>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>, Wen Gu <guwen@linux.alibaba.com>,
	Philo Lu <lulie@linux.alibaba.com>,
	Vadim Fedorenko <vadim.fedorenko@linux.dev>,
	Dong Yibo <dong100@mucse.com>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	Dust Li <dust.li@linux.alibaba.com>
Subject: Re: [PATCH net-next v33 3/8] eea: probe the netdevice and create adminq
Date: Wed, 18 Mar 2026 20:21:48 -0700	[thread overview]
Message-ID: <20260318202148.230d0424@kernel.org> (raw)
In-Reply-To: <20260317015257.79494-4-xuanzhuo@linux.alibaba.com>

On Tue, 17 Mar 2026 09:52:52 +0800 Xuan Zhuo wrote:
> Add basic driver framework for the Alibaba Elastic Ethernet Adapter(EEA).
> 
> This commit creates and registers the netdevice after PCI probe,
> and initializes the admin queue to send commands to the device.

Looks like the Google AI review bot found some more legit issues here:

https://sashiko.dev/#/patchset/20260317015257.79494-1-xuanzhuo%40linux.alibaba.com
-- 
pw-bot: cr

  reply	other threads:[~2026-03-19  3:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-17  1:52 [PATCH net-next v33 0/8] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor Xuan Zhuo
2026-03-17  1:52 ` [PATCH net-next v33 1/8] eea: introduce PCI framework Xuan Zhuo
2026-03-17  1:52 ` [PATCH net-next v33 2/8] eea: introduce ring and descriptor structures Xuan Zhuo
2026-03-17  1:52 ` [PATCH net-next v33 3/8] eea: probe the netdevice and create adminq Xuan Zhuo
2026-03-19  3:21   ` Jakub Kicinski [this message]
2026-03-17  1:52 ` [PATCH net-next v33 4/8] eea: create/destroy rx,tx queues for netdevice open and stop Xuan Zhuo
2026-03-17  1:52 ` [PATCH net-next v33 5/8] eea: implement packet receive logic Xuan Zhuo
2026-03-17  1:52 ` [PATCH net-next v33 6/8] eea: implement packet transmit logic Xuan Zhuo
2026-03-17  1:52 ` [PATCH net-next v33 7/8] eea: introduce ethtool support Xuan Zhuo
2026-03-17  1:52 ` [PATCH net-next v33 8/8] eea: introduce callback for ndo_get_stats64 Xuan Zhuo
2026-03-17  2:52 ` [PATCH net-next v33 0/8] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor Jakub Kicinski
2026-03-17  3:01   ` Xuan Zhuo

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=20260318202148.230d0424@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=dong100@mucse.com \
    --cc=dust.li@linux.alibaba.com \
    --cc=edumazet@google.com \
    --cc=guwen@linux.alibaba.com \
    --cc=hkallweit1@gmail.com \
    --cc=lulie@linux.alibaba.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=vadim.fedorenko@linux.dev \
    --cc=xuanzhuo@linux.alibaba.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