Page MenuHomeFreeBSD

dummynet: don't use per-vnet locks to protect global data.
ClosedPublic

Authored by kp on Jan 27 2022, 10:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 4:10 AM
Unknown Object (File)
Sun, Nov 9, 11:24 PM
Unknown Object (File)
Mon, Oct 27, 7:29 AM
Unknown Object (File)
Oct 17 2025, 11:52 PM
Unknown Object (File)
Oct 17 2025, 11:52 PM
Unknown Object (File)
Oct 17 2025, 11:51 PM
Unknown Object (File)
Oct 17 2025, 2:17 PM
Unknown Object (File)
Sep 26 2025, 6:00 PM

Details

Summary

The ref_count counter is global (i.e. not per-vnet) so we can't use a
per-vnet lock to protect it. Moreover, in callouts curvnet is not set,
so we'd end up panicing when trying to use DN_BH_WLOCK().

Instead we use the global sched_lock, which is already used when
evaluating ref_count (in unload_dn_aqm()).

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable