Re: [PATCH net-next 2/2] net: dsa: mv88e6xxx: add support for credit based shaper
From: Cedric Jehasse
Date: Thu May 28 2026 - 04:13:14 EST
On Thu, May 28, 2026 at 2:17 AM Luke Howard <lukeh@xxxxxxxx> wrote:
> 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?
No, I don't have changes to support MQPRIO in the driver. I use the
default FPri/Qpri mappings at the moment.
>
> 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.
My use case is both: forwarding AVB traffic by the switch, but also
sending traffic from the host at a certain priority.
Cedric