diff options
author | Shannon Nelson <shannon.nelson@amd.com> | 2024-03-07 02:29:49 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-03-08 14:54:34 +0300 |
commit | ae24a8f88b3fc8ef463e8dffd41ebba48c81cfd4 (patch) | |
tree | 052f9c57022af950f10d4d5283c72535385105cb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 05c9447395e52ba87a66e25031025ef0a5095317 (diff) | |
download | linux-ae24a8f88b3fc8ef463e8dffd41ebba48c81cfd4.tar.xz |
ionic: remove callback pointer from desc_info
By reworking the queue service routines to have their own
servicing loops we can remove the cb pointer from desc_info
to save another 8 bytes per descriptor,
This simplifies some of the queue handling indirection and makes
the code a little easier to follow, and keeps service code in
one place rather than jumping between code files.
struct ionic_desc_info
Before: /* size: 472, cachelines: 8, members: 7 */
After: /* size: 464, cachelines: 8, members: 6 */
Suggested-by: Neel Patel <npatel2@amd.com>
Reviewed-by: Brett Creeley <brett.creeley@amd.com>
Signed-off-by: Shannon Nelson <shannon.nelson@amd.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