diff options
author | Alexander Lobakin <aleksander.lobakin@intel.com> | 2025-02-06 19:26:27 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-02-10 17:54:43 -0800 |
commit | 9144e6f404da258a7620e66aadea953cf3b114d6 (patch) | |
tree | fc92f7af6d41ce1e5f886efd010872c636efcac2 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c6594d64271704b335378e7b74c39fe4d4fcc777 (diff) |
i40e: use generic unrolled_count() macro
i40e, as well as ice, has a custom loop unrolling macro for unrolling
Tx descriptors filling on XSk xmit.
Replace i40e defs with generic unrolled_count(), which is also more
convenient as it allows passing defines as its argument, not hardcoded
values, while the loop declaration will still be a usual for-loop.
Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Acked-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Link: https://patch.msgid.link/20250206182630.3914318-3-aleksander.lobakin@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions