Jason A. Donenfeld 5a05986956 wireguard: peer: put frequently used members above cache lines
The is_dead boolean is checked for every single packet, while the
internal_id member is used basically only for pr_debug messages. So it
makes sense to hoist up is_dead into some space formerly unused by a
struct hole, while demoting internal_api to below the lowest struct
cache line.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-02-23 15:59:31 -08:00
..
2021-02-20 21:50:59 -08:00
2021-01-31 08:05:46 -07:00
2021-02-21 11:06:54 -08:00
2021-02-20 18:42:28 -08:00
2021-02-20 21:42:18 -08:00
2021-01-14 20:56:56 +00:00
2021-02-15 17:01:46 +01:00
2020-12-16 16:38:41 -08:00
2020-12-24 12:18:11 -08:00
2021-02-20 19:09:26 -08:00
2020-12-07 10:08:14 +01:00
2020-12-15 16:06:14 -08:00
2021-02-20 21:50:59 -08:00
2020-12-02 22:35:44 +01:00
2021-02-20 18:16:30 -08:00
2021-01-25 10:37:59 +01:00
2021-02-15 15:41:56 +01:00
2021-01-05 15:50:36 -08:00
2020-12-09 19:26:02 -06:00
2021-02-21 11:06:54 -08:00
2020-12-16 13:34:31 -08:00
2021-02-21 11:02:48 -08:00
2021-02-20 18:16:30 -08:00
2021-02-21 11:02:48 -08:00
2021-02-21 11:06:54 -08:00
2021-02-20 21:50:59 -08:00
2020-12-15 22:50:12 +11:00
2020-12-19 11:51:32 -08:00
2020-12-16 16:38:41 -08:00
2021-02-20 18:42:28 -08:00
2021-02-21 11:02:48 -08:00
2021-02-20 18:42:28 -08:00
2021-02-20 21:50:59 -08:00
2020-12-10 10:45:36 +01:00
2021-02-21 11:02:48 -08:00
2021-02-09 16:10:49 +01:00
2021-02-21 12:35:04 -08:00
2020-12-20 10:44:05 -08:00
2020-12-09 19:44:34 +01:00
2020-12-23 15:01:49 -08:00