commit f68f2de8425e4806801f69e04dff38c18ce71d14 (HEAD -> netgate/slowtimo, mjgzoo/netgate/slowtimo) Author: Mateusz Guzik <mjg@FreeBSD.org> Date: Fri Aug 13 13:32:03 2021 +0200 frag6: do less work in frag6_slowtimo if possible frag6_slowtimo avoidably uses CPU on otherwise idle boxes commit e5a1e8429afc9b7484b936144e72da53a604c9f3 Author: Mateusz Guzik <mjg@FreeBSD.org> Date: Fri Aug 13 13:28:39 2021 +0200 frag6: drop the volatile keyword from frag6_nfrags and mark with __exclusive_cache_line The keyword adds nothing as all operations on the var are performed through atomic_*
Details
Details
- Reviewers
kp - Group Reviewers
network - Commits
- rG2da4005188ce: frag6: do less work in frag6_slowtimo if possible
rG3fdd170c5825: frag6: drop the volatile keyword from frag6_nfrags and mark with…
rG86a96281df03: frag6: do less work in frag6_slowtimo if possible
rGd368dc0b420a: frag6: drop the volatile keyword from frag6_nfrags and mark with…
rG8afe9481cfa3: frag6: do less work in frag6_slowtimo if possible
rGc17ae18080b4: frag6: drop the volatile keyword from frag6_nfrags and mark with…
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable