aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorTirthendu Sarkar <[email protected]>2023-03-10 00:26:10 +0530
committerTony Nguyen <[email protected]>2023-03-09 13:11:04 -0800
commite2843f037127c3a9db26718aaa293d2a8e5881e4 (patch)
tree699f3110472b452c596d78a71fb84c40223db600 /tools/perf/scripts/python/bin/stackcollapse-record
parentf7f732a7196d2e876639b1af453b30a6a5fe4a90 (diff)
i40e: add pre-xdp page_count in rx_buffer
Page count of rx_buffer needs to be stored prior to XDP call to prevent page recycling in case that buffer would be freed within xdp redirect path. Instead of storing it on the stack, now it is stored in the rx_buffer struct. This will help in processing multi-buffers as the page counts of all rx_buffers (of the same packet) don't need to be stored on stack. Signed-off-by: Tirthendu Sarkar <[email protected]> Tested-by: Chandan Kumar Rout <[email protected]> (A Contingent Worker at Intel) Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions