Re: [PATCH net-next 00/30] net: dsa: mt7530: improve, trap BPDU & LLDP, and prefer CPU port

From: Andrew Lunn
Date: Mon May 22 2023 - 08:38:44 EST


On Mon, May 22, 2023 at 03:15:02PM +0300, arinc9.unal@xxxxxxxxx wrote:
> Hello!
>
> This patch series simplifies the code, improves the logic of the switch
> hardware support, traps LLDP frames and BPDUs for MT7530, MT7531, and
> MT7988 SoC switches, and introduces the preferring local CPU port
> operation.

Hi Arınç

https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html

says:

Avoid sending series longer than 15 patches. Larger series takes
longer to review as reviewers will defer looking at it until they
find a large chunk of time. A small series can be reviewed in a
short time, so Maintainers just do it. As a result, a sequence of
smaller series gets merged quicker and with better review coverage.

Given you description above, it sounds like this could easily be split
into smaller patch series.

Andrew