diff options
| author | Paolo Abeni <[email protected]> | 2017-10-24 12:41:01 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-10-27 11:52:52 +0900 |
| commit | 32d18ab1d44166cbb1dcaf8b359183636734ddb1 (patch) | |
| tree | 35337519773d8a269fcbcc72b706f0d6fef57c51 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | a4484705b1b16174757f68f19d3427427f96b643 (diff) | |
net: updating dst lastusage is an unlikely event.
Since commit 0da4af00b2ed ("ipv6: only update __use and lastusetime
once per jiffy at most"), updating the dst lastuse field is an
unlikely action: it happens at most once per jiffy, out of
potentially millions of calls per second.
Mark explicitly the code as such, and let the compiler generate
better code.
Note: gcc 7.2 and several older versions do actually generate
different - better - code when the unlikely() hint is in place,
avoid jump in the fast path and keeping better code locality.
Signed-off-by: Paolo Abeni <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions