Re: [PATCH net-next 0/2] net: dsa: mv88e6xxx: add support for dcb pcp app

From: Luke Howard

Date: Fri Jun 05 2026 - 08:11:12 EST



> On 5 Jun 2026, at 11:13 am, Luke Howard <lukeh@xxxxxxxx> wrote:
>
>> Ideally, the user should not need to know if some functionality has
>> been accelerated by offloading it to hardware. They just configure it
>> using the standard Linux model of the feature.
>
> Absolutely, and that was the model I used when building a SRP daemon, which I first tested with the software bridge and some i210s.

Which does beg the question why I hadn’t considered the admission control issue when originally implementing against the software bridge. That’s my bad, and perhaps had I discovered tc-flower earlier I would have a different mental model of how to map this to mv88e6xxx.

Also whilst the admission control is necessary to correctly implement 802.1Qat and pass the Avnu test suites, it might not matter for many networks.

I will think about how to implement these semantics with tc-flower/TCAM, likely after I take a look at submitting your DSA in-band/Marvell RMU patches.

Luke