commit | 83a718d6294964fd1b227fa5f1ad001bc1fe7656 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Sat Feb 04 18:05:09 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 06 22:53:13 2017 -0500 |
tree | 9582a827ce818aba63b5bb5f0f7a3d1e9f992cf9 | |
parent | 1214628cb1868254e107230c9052f28ff9899b6a [diff] |
bridge: fdb: write to used and updated at most once per jiffy Writing once per jiffy is enough to limit the bridge's false sharing. After this change the bridge doesn't show up in the local load HitM stats. Suggested-by: David S. Miller <davem@davemloft.net> Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>