Re: [PATCH net-next v2 5/6] net: dsa: mv88e6xxx: MQPRIO support
From: Luke Howard <hidden>
Date: 2026-06-03 00:16:27
Also in:
bridge, linux-kselftest, lkml
From: Luke Howard <hidden>
Date: 2026-06-03 00:16:27
Also in:
bridge, linux-kselftest, lkml
On 3 Jun 2026, at 9:55 am, Andrew Lunn [off-list ref] wrote:quoted
But there’s an alternative, more invasive, solution where the MQPRIO configuration is attached to the bridge itself.What about ports which are not attached to a bridge? They are just standalone, have an IP address of their own, etc.
That is a good point. So, barring a switch feature I’ve not yet found, I think the only options are either to drop MQPRIO offload, or to accept that ports with no MQPRIO mapping inherit the per-switch mapping. Arguably that’s the case today anyway (each chip has its own default frame priority to queue mapping), so the user should have no expectation of queue assignment on a port that hasn’t been configured. Luke