Re: [PATCH net-next 2/2] net: dsa: mv88e6xxx: add support for credit based shaper

From: Luke Howard

Date: Wed May 27 2026 - 20:19:57 EST


Hi Cedric,

> On 26 May 2026, at 9:28 pm, Cedric Jehasse <cedric.jehasse@xxxxxxxxxx> wrote:
>
> I don't use MQPRIO hw offload, which i think is a big part of your changes. So it didn't make sense to continue on those patches. This also answers your other question: i haven't submitted another patch set for hardware offloaded MQPRIO.
> I'm trying to upstream changes one topic at a time. Eg. this CBS patch is only for configuring the shaper. How traffic ends up in a certain queue is not relevant for this patch.

This actually makes more sense also now that you pointed out that AVB mode is set on the ingress, not egress, port: configuring CBS should stay out of setting any of the AVB mode bits. Are you planning to submit a MQPRIO patch? If not, shall I just wait for your CBS patch to land, and then rebase my AVB patch series on top of net-next?

We have different use cases: yours (as I understand it) is host-initiated traffic with as many queues as the hardware supports, and mine is hardware offloaded AVB switching with (essentially) three TCs (one queue per AVB TC). It would be great to find a solution that can support both.

Cheers,
Luke