diff options
author | Shannon Nelson <[email protected]> | 2024-03-06 15:29:46 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-03-08 11:54:33 +0000 |
commit | d60984d39f18780dd978963b1bc4c56ee3f44ef0 (patch) | |
tree | 8bf47d1220c3bf6a3e8717d0630dcd57e49abda6 /lib/raid6/algos.c | |
parent | e3eec3497731e227f02d6f83899ef23b34996b2b (diff) |
ionic: remove desc, sg_desc and cmb_desc from desc_info
Remove the struct pointers from desc_info to use less space.
Instead of pointers in every desc_info to its descriptor,
we can use the queue descriptor index to find the individual
desc, desc_info, and sgl structs in their parallel arrays.
struct ionic_desc_info
Before: /* size: 496, cachelines: 8, members: 10 */
After: /* size: 472, cachelines: 8, members: 7 */
Suggested-by: Neel Patel <[email protected]>
Reviewed-by: Brett Creeley <[email protected]>
Signed-off-by: Shannon Nelson <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/raid6/algos.c')
0 files changed, 0 insertions, 0 deletions