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

Luke Howard <[email protected]> Tue, 2 Jun 2026 11:28:47 +1000
Newsgroups dev.linux.lists.bridge,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kernel.vger.netdev
Message-ID <[email protected]>

> On 2 Jun 2026, at 10:43 am, Luke Howard <[email protected]> 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.