svn commit: r304435 - head/sys/netinet

Ryan Stone rysto32 at gmail.com
Sat Aug 20 14:54:55 UTC 2016


On Sat, Aug 20, 2016 at 6:08 AM, Kubilay Kocak <koobs at freebsd.org> wrote:

> Hi Ryan,
>
> Could you elaborate on any of the potential performance implications of
> this?
>

As if r304437, skipping the call to in_broadcast() means that we avoid an
additional (potentially heavily contended) rlock acquire and release on the
ifnet address list.


More information about the svn-src-head mailing list