Re: [PATCH net-next 0/2] net: dsa: mv88e6xxx: add support for dcb pcp app
From: Luke Howard
Date: Thu Jun 04 2026 - 21:34:16 EST
> On 4 Jun 2026, at 6:30 pm, Cedric Jehasse via B4 Relay <devnull+cedric.jehasse.luminex.be@xxxxxxxxxx> wrote:
>
> This patch series adds support for dcb pcp app to the mv88e6xxx
> driver. The pcp app is there to configure pcp based queue
> classification.
Somehow these patches didn’t arrive in my inbox, but (looking on lore) they all LGTM.
The only comments I had:
- whether you might use IEEE_8021Q_MAX_PRIORITIES instead of 8 (this requires importing dcbnl.h though)
- the user might infer the ‘prio’ parameter name means we are remapping frame priorities rather than assigning to a queue. Perhaps it could have a different name?
Luke