HomeFreeBSD

Call tcp_notify() directly to shoot down routes, rather than

Description

Call tcp_notify() directly to shoot down routes, rather than
calling in_pcbnotifyall().

This avoids lock contention on tcbinfo due to in_pcbnotifyall()
holding the tcbinfo write lock while walking all connections.

Reviewed by: rrs, karels
MFC after: 2 weeks
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D7251

Details

Provenance
gallatinAuthored on
Reviewer
rrs
Differential Revision
D7251: Avoid calling in_pcbnotifyall() to flush cached routes
Parents
rS303456: Add tblgen to ObsoleteFiles.inc, as it was renamed to llvm-tblgen.
Branches
Loading...
Tags
Loading...