Re: [PATCH net-next] net: updating dst lastusage is an unlikely event.

2017-10-26 Thread David Miller
From: Paolo Abeni Date: Tue, 24 Oct 2017 12:41:01 +0200 > 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. >

[PATCH net-next] net: updating dst lastusage is an unlikely event.

2017-10-24 Thread Paolo Abeni
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 be