diff options
author | David Arinzon <[email protected]> | 2024-01-01 19:08:50 +0000 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-01-03 18:00:57 -0800 |
commit | 436c793585951464e2b679c440083daa19f6fb02 (patch) | |
tree | f25044c426f3107877ee5c234e162b6b0d070cfb /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 911a8c960110b03ed519ce43ea6c9990a0ee0ceb (diff) |
net: ena: Don't check if XDP program is loaded in ena_xdp_execute()
This check is already done in ena_clean_rx_irq() which indirectly
calls it.
This function is called in napi context and the driver doesn't
allow to change the XDP program without performing destruction and
reinitialization of napi context (part of ena_down/ena_up sequence).
Signed-off-by: Shay Agroskin <[email protected]>
Signed-off-by: David Arinzon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions