aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorBrett Creeley <[email protected]>2024-06-18 17:32:56 -0700
committerJakub Kicinski <[email protected]>2024-06-19 18:31:49 -0700
commitf703d56c03050b5d8f9bea6842569798b5407386 (patch)
tree1a1092041a578e9d1399b6877790bad3e2864fbf /tools/perf/scripts/python/bin/export-to-postgresql-report
parent55a3982ec721dabd5a4c2f16bfb03deb032e45c2 (diff)
ionic: Use an u16 for rx_copybreak
We only support (u16)-1 size for rx_copybreak, so we can reduce the field size and move a couple other fields around to save a little space in the ionic_lif struct. Before: /* size: 17440, cachelines: 273, members: 56 */ /* sum members: 17403, holes: 9, sum holes: 37 */ /* last cacheline: 32 bytes */ After: /* size: 17424, cachelines: 273, members: 56 */ /* sum members: 17401, holes: 7, sum holes: 23 */ /* last cacheline: 16 bytes */ Signed-off-by: Brett Creeley <[email protected]> Signed-off-by: Shannon Nelson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions