https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217606

Fabian Keil <f...@fabiankeil.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |f...@fabiankeil.de

--- Comment #13 from Fabian Keil <f...@fabiankeil.de> ---
There's a uma-related regression in FreeBSD 11 that can result
in somewhat similar symptoms. For details see #209680.

You could check the vmstat -z output and try the patch:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209680#c2
which reverts some of the problematic commits (only in the tcp code,
though).

Apparently some of the other uma-consumers are affected as well:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209680#c10
and I'm wondering if if_bridge is one of them.

You could try if it makes a difference if you let if_bridge set the
UMA_ZONE_NOFREE flag and preallocate a couple of items.

>From your report it isn't obvious to me that your problem is
uma-related so if you have other leads you may want to investigate
them first.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to