diff options
author | Larysa Zaremba <[email protected]> | 2022-09-19 15:43:46 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-09-21 17:33:29 -0700 |
commit | 114f398d48c571bb628187a7b2dd42695156781f (patch) | |
tree | 1a8e0c58c49ca294f97ec5c7e00ca06786a742f7 /tools/perf/util/trace-event-scripting.c | |
parent | f64780e3ccecf00477bb8f0a021f78205b27a610 (diff) |
ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficient
The original patch added the static branch to handle the situation,
when assigning an XDP TX queue to every CPU is not possible,
so they have to be shared.
However, in the XDP transmit handler ice_xdp_xmit(), an error was
returned in such cases even before static condition was checked,
thus making queue sharing still impossible.
Fixes: 22bf877e528f ("ice: introduce XDP_TX fallback path")
Signed-off-by: Larysa Zaremba <[email protected]>
Reviewed-by: Alexander Lobakin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions