From: Paolo Abeni <pabeni@redhat.com>
To: Luke Howard <lukeh@padl.com>, Andrew Lunn <andrew@lunn.ch>,
Vladimir Oltean <olteanv@gmail.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Simon Horman <horms@kernel.org>,
Russell King <linux@armlinux.org.uk>,
Richard Cochran <richardcochran@gmail.com>,
Florian Fainelli <f.fainelli@gmail.com>
Cc: Cedric Jehasse <cedric.jehasse@gmail.com>,
Max Holtmann <mh@rme-audio.de>, Max Hunter <max@huntershome.org>,
Kieran Tyrrell <kieran@sienda.com>,
Ryan Wilkins <Ryan.Wilkins@telosalliance.com>,
Mattias Forsblad <mattias.forsblad@gmail.com>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 00/17] net: dsa: mv88e6xxx: support for Remote Management Unit
Date: Fri, 3 Jul 2026 10:05:14 +0200 [thread overview]
Message-ID: <774f7b1a-c46a-4b12-b69e-355d03ebb3a0@redhat.com> (raw)
In-Reply-To: <20260703-net-next-mv88e6xxx-rmu-v1-0-991a27d78bca@padl.com>
On 7/3/26 9:46 AM, Luke Howard wrote:
> This patch set shephards a series of commits made by Andrew Lunn
> and others to support remotely managing Marvell switches over
> Ethernet (as opposed to MDIO) using the Remote Management Unit
> (RMU).
>
> This is the second of four patch sets: the remaining two add
> support for remote management when MDIO is unavailable.
>
> Signed-off-by: Luke Howard <lukeh@padl.com>
You have already 35 patches pending. Please read carefully:
https://elixir.bootlin.com/linux/v7.1.2/source/Documentation/process/maintainer-netdev.rst
and specifically `Limit patches outstanding on mailing list`
Also note that the limit is supposed to be approached/reached by
submitters with a well known history of positive contributions (i.e.
reviews).
I'm deferring (at least) this series. Please repost only after that the
other pending ones have been processed.
/P
prev parent reply other threads:[~2026-07-03 8:05 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-03 7:46 [PATCH net-next 00/17] net: dsa: mv88e6xxx: support for Remote Management Unit Luke Howard
2026-07-03 7:46 ` [PATCH net-next 01/17] net: dsa: mv88e6xxx: use lockdep_assert_held() if CONFIG_LOCKDEP Luke Howard
2026-07-03 7:46 ` [PATCH net-next 02/17] net: dsa: mv88e6xxx: Introduce Marvell dsa tagger data operation Luke Howard
2026-07-03 13:04 ` Jagielski, Jedrzej
2026-07-03 7:46 ` [PATCH net-next 03/17] net: dsa: tag_dsa: Add helper to add DSA header to RMU frame Luke Howard
2026-07-03 13:06 ` Jagielski, Jedrzej
2026-07-03 7:46 ` [PATCH net-next 04/17] net: dsa: mv88e6xxx: Add RMU enable/disable for select switches Luke Howard
2026-07-03 13:07 ` Jagielski, Jedrzej
2026-07-03 7:46 ` [PATCH net-next 05/17] net: dsa: mv88e6xxx: Add conduit state change handler Luke Howard
2026-07-03 13:17 ` Jagielski, Jedrzej
2026-07-03 7:46 ` [PATCH net-next 06/17] net: dsa: mv88e6xxx: Remove mv88e6xxx_rmu_setup() Luke Howard
2026-07-03 7:46 ` [PATCH net-next 07/17] net: dsa: mv88e6xxx: Add connect_tag_protocol handler Luke Howard
2026-07-03 13:25 ` Jagielski, Jedrzej
2026-07-03 7:46 ` [PATCH net-next 08/17] net: dsa: mv88e6xxx: Add sanity check of received RMU frame Luke Howard
2026-07-03 7:46 ` [PATCH net-next 09/17] net: dsa: mv88e6xxx: Get Product ID when enabling RMU Luke Howard
2026-07-03 13:38 ` Jagielski, Jedrzej
2026-07-03 7:46 ` [PATCH net-next 10/17] net: dsa: mv88e6xxx: Add RMU register read/write/wait for bit Luke Howard
2026-07-03 7:46 ` [PATCH net-next 11/17] net: dsa: mv88e6xxx: Move available stats into info structure Luke Howard
2026-07-06 7:17 ` Jagielski, Jedrzej
2026-07-06 9:42 ` Luke Howard
2026-07-03 7:46 ` [PATCH net-next 12/17] net: dsa: mv88e6xxx: Centralise common statistics check Luke Howard
2026-07-03 7:46 ` [PATCH net-next 13/17] net: dsa: mv88e6xxx: Get some MIB stats via the RMU Luke Howard
2026-07-03 7:46 ` [PATCH net-next 14/17] net: dsa: mv88e6xxx: Time RMU operations and disable if slow Luke Howard
2026-07-03 7:46 ` [PATCH net-next 15/17] net: dsa: mv88e6xxx: cancel PTP polling work on .shutdown Luke Howard
2026-07-03 7:46 ` [PATCH net-next 16/17] net: dsa: mv88e6xxx: size ATU snapshot buffer and region by num_macs Luke Howard
2026-07-03 7:46 ` [PATCH net-next 17/17] net: dsa: mv88e6xxx: RMU DUMP_ATU support in devlink Luke Howard
2026-07-03 8:05 ` 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=774f7b1a-c46a-4b12-b69e-355d03ebb3a0@redhat.com \
--to=pabeni@redhat.com \
--cc=Ryan.Wilkins@telosalliance.com \
--cc=andrew@lunn.ch \
--cc=cedric.jehasse@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=horms@kernel.org \
--cc=kieran@sienda.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=lukeh@padl.com \
--cc=mattias.forsblad@gmail.com \
--cc=max@huntershome.org \
--cc=mh@rme-audio.de \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=richardcochran@gmail.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