Re: [PATCH net-next 2/3] net/stmmac/dwxgmac: Extend MTL/DMA support to 16 queues

From: Jakub Raczynski

Date: Tue May 12 2026 - 04:16:48 EST


On Mon, May 11, 2026 at 08:05:32PM +0200, Andrew Lunn wrote:
>
> I think
>
> switch (queue):
> case 0 ... 3:
> reg = XGMAC_MTL_RXQ_DMA_MAP0;
>
> is more readable, and expresses in code what you had in the comment.
>
> Andrew
>
Sure, can apply this in v2, thanks.