Re: [PATCH net-next v2 3/6] net: bridge: add 802.1Qat stream reservation admission control
From: Luke Howard <hidden>
Date: 2026-06-02 01:29:22
Also in:
bridge, linux-kselftest, lkml
From: Luke Howard <hidden>
Date: 2026-06-02 01:29:22
Also in:
bridge, linux-kselftest, lkml
On 2 Jun 2026, at 10:43 am, Luke Howard [off-list ref] 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.