diff options
author | Maciej Fijalkowski <maciej.fijalkowski@intel.com> | 2024-01-24 22:16:00 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2024-01-25 03:24:07 +0300 |
commit | fbadd83a612c3b7aad2987893faca6bd24aaebb3 (patch) | |
tree | d8b7dc0009593267cd7895da2301e00306da5731 /tools/perf/scripts/python/stackcollapse.py | |
parent | 3de38c87174225487fc93befeea7d380db80aef6 (diff) | |
download | linux-fbadd83a612c3b7aad2987893faca6bd24aaebb3.tar.xz |
xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
XSK ZC Rx path calculates the size of data that will be posted to XSK Rx
queue via subtracting xdp_buff::data_end from xdp_buff::data.
In bpf_xdp_frags_increase_tail(), when underlying memory type of
xdp_rxq_info is MEM_TYPE_XSK_BUFF_POOL, add offset to data_end in tail
fragment, so that later on user space will be able to take into account
the amount of bytes added by XDP program.
Fixes: 24ea50127ecf ("xsk: support mbuf on ZC RX")
Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Link: https://lore.kernel.org/r/20240124191602.566724-10-maciej.fijalkowski@intel.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions