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)
Feb 29 2024, 4:08 AM
Unknown Object (File)
Dec 23 2023, 1:08 AM
Unknown Object (File)
Dec 12 2023, 8:16 AM
Unknown Object (File)
Aug 31 2023, 10:58 PM
Unknown Object (File)
Aug 12 2023, 2:15 AM
Unknown Object (File)
Jul 10 2023, 2:17 AM
Unknown Object (File)
Jun 19 2023, 12:04 AM
Unknown Object (File)
May 16 2023, 7:05 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.