aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorBrett Creeley <[email protected]>2024-06-19 00:32:56 +0000
committerJakub Kicinski <[email protected]>2024-06-20 01:31:49 +0000
commitf703d56c03050b5d8f9bea6842569798b5407386 (patch)
tree1a1092041a578e9d1399b6877790bad3e2864fbf /net/unix/af_unix.c
parentionic: check for queue deadline in doorbell_napi_work (diff)
downloadkernel-f703d56c03050b5d8f9bea6842569798b5407386.tar.gz
kernel-f703d56c03050b5d8f9bea6842569798b5407386.zip
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 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions