Re: [PATCH net-next v2 3/6] net: bridge: add 802.1Qat stream reservation admission control

From: Luke Howard

Date: Mon Jun 01 2026 - 21:29:49 EST




> On 2 Jun 2026, at 10:43 am, Luke Howard <lukeh@xxxxxxxx> wrote:
>
> + if (mdst->flags & BRIDGE_MDBE_F_HOST_STREAM_RESERVED)
> + return false;

This flag should not have appeared until patch 4/6 (allow MDB_FLAGS_STREAM_RESERVED on host groups).

Will be fixed in the next revision.