diff options
author | 2021-03-31 10:52:06 -0700 | |
---|---|---|
committer | 2021-03-31 14:48:19 -0700 | |
commit | 490f33c4e70431d0a4d01666a6525fdd43299cde (patch) | |
tree | 4d1b71273ecd5bfc98d03c7e1d56cfc150b0e562 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | inet: shrink inet_timewait_death_row by 48 bytes (diff) | |
download | wireguard-linux-490f33c4e70431d0a4d01666a6525fdd43299cde.tar.xz wireguard-linux-490f33c4e70431d0a4d01666a6525fdd43299cde.zip |
inet: shrink netns_ipv4 by another cache line
By shuffling around some fields to remove 8 bytes of hole,
we can save one cache line.
pahole result before/after the patch :
/* size: 768, cachelines: 12, members: 139 */
/* sum members: 673, holes: 11, sum holes: 39 */
/* padding: 56 */
/* paddings: 2, sum paddings: 7 */
/* forced alignments: 1 */
->
/* size: 704, cachelines: 11, members: 139 */
/* sum members: 673, holes: 10, sum holes: 31 */
/* paddings: 2, sum paddings: 7 */
/* forced alignments: 1 */
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions