Page MenuHomeFreeBSD

pf: Virtualise pf_frag_mtx
ClosedPublic

Authored by kp on Apr 19 2020, 5:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 10:10 AM
Unknown Object (File)
Jan 5 2025, 1:23 AM
Unknown Object (File)
Dec 13 2024, 6:28 AM
Unknown Object (File)
Dec 10 2024, 6:34 PM
Unknown Object (File)
Nov 11 2024, 4:32 PM
Unknown Object (File)
Oct 17 2024, 12:22 PM
Unknown Object (File)
Sep 28 2024, 5:43 PM
Unknown Object (File)
Sep 28 2024, 5:42 PM

Details

Reviewers
None
Group Reviewers
network
Commits
rS360347: pf: Virtualise pf_frag_mtx
Summary

The pf_frag_mtx mutex protects the fragments queue. The fragments queue
is virtualised already (i.e. per-vnet) so it makes no sense to block
jail A from accessing its fragments queue while jail B is accessing its
own fragments queue.

Virtualise the lock for improved concurrency.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Apr 26 2020, 4:30 PM
Closed by commit rS360347: pf: Virtualise pf_frag_mtx (authored by kp). · Explain Why
This revision was automatically updated to reflect the committed changes.