Page MenuHomeFreeBSD

tidy up frag6_slowtimo
ClosedPublic

Authored by mjg on Aug 13 2021, 11:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 7, 3:01 AM
Unknown Object (File)
Mar 28 2024, 1:22 AM
Unknown Object (File)
Jan 14 2024, 9:15 PM
Unknown Object (File)
Dec 25 2023, 1:55 PM
Unknown Object (File)
Dec 20 2023, 3:20 AM
Unknown Object (File)
Dec 12 2023, 3:02 AM
Unknown Object (File)
Nov 14 2023, 6:42 PM
Unknown Object (File)
Nov 9 2023, 2:20 AM
Subscribers

Details

Summary
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_*

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable