diff options
author | Maciej Fijalkowski <[email protected]> | 2024-10-07 14:24:55 +0200 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2024-10-14 17:23:17 +0200 |
commit | bea14124bacbe5c9366381e62635eed28ac892ae (patch) | |
tree | 8313e90b071c6bc7ddb7c35a67f91bdf6cc793a5 /tools/perf/scripts/python/parallel-perf.py | |
parent | 30ec2c1baaead43903ad63ff8e3083949059083c (diff) |
xsk: Get rid of xdp_buff_xsk::orig_addr
Continue the process of dieting xdp_buff_xsk by removing orig_addr
member. It can be calculated from xdp->data_hard_start where it was
previously used, so it is not anything that has to be carried around in
struct used widely in hot path.
This has been used for initializing xdp_buff_xsk::frame_dma during pool
setup and as a shortcut in xp_get_handle() to retrieve address provided
to xsk Rx queue.
Signed-off-by: Maciej Fijalkowski <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Magnus Karlsson <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions