HomeFreeBSD

ip_reass: drop the volatile keyword from nfrags and mark with…

Description

ip_reass: drop the volatile keyword from nfrags and mark with __exclusive_cache_line

The keyword adds nothing as all operations on the var are performed
through atomic_*

Reviewed by: kp
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D31526

Details

Provenance
mjgAuthored on Aug 13 2021, 9:29 AM
Reviewer
kp
Differential Revision
D31526: tidy up ipreass_slowtimo
Parents
rG20d728b55917: rpc: Make function tables const
Branches
Unknown
Tags
Unknown