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)
Sun, Nov 9, 5:01 PM
Unknown Object (File)
Sun, Nov 9, 12:29 AM
Unknown Object (File)
Thu, Nov 6, 1:35 PM
Unknown Object (File)
Mon, Nov 3, 12:36 PM
Unknown Object (File)
Mon, Nov 3, 12:35 PM
Unknown Object (File)
Mon, Nov 3, 12:35 PM
Unknown Object (File)
Mon, Nov 3, 12:29 PM
Unknown Object (File)
Fri, Oct 31, 1:05 AM

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.