On Sat, May 27, 2017 at 07:28:26AM +0200, Sebastien Marie wrote:
> Hi,
> 
> I am experiencing often the following panic: 
> 
> panic: kernel diagnostic assertion "ifq_is_serialized(ifq)" failed: 
> ../sys/net/ifq.c, line 394
> 
> while running with GENERIC.MP patched with mikeb@ diff:
> 
>  if_start(struct ifnet *ifp)
>  {
>         KASSERT(ifp->if_qstart == if_qstart_compat);
> -       if_qstart_compat(&ifp->if_snd);
> +       ifq_start(&ifp->if_snd);
>  }
> 

mikeb@, I don't reproduce if I backout the local diff.

it seems bce(4) doesn't like it.
-- 
Sebastien Marie

Reply via email to