diff options
author | 2021-08-19 13:59:59 +0200 | |
---|---|---|
committer | 2021-10-15 07:39:02 -0700 | |
commit | 0bb4f9ecadd463db28d8b1820bb1bcb96af009d2 (patch) | |
tree | c41862877d8070fdb01ad81a7ee42854fce322ad /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ice: split ice_ring onto Tx/Rx separate structs (diff) | |
download | wireguard-linux-0bb4f9ecadd463db28d8b1820bb1bcb96af009d2.tar.xz wireguard-linux-0bb4f9ecadd463db28d8b1820bb1bcb96af009d2.zip |
ice: unify xdp_rings accesses
There has been a long lasting issue of improper xdp_rings indexing for
XDP_TX and XDP_REDIRECT actions. Given that currently rx_ring->q_index
is mixed with smp_processor_id(), there could be a situation where Tx
descriptors are produced onto XDP Tx ring, but tail is never bumped -
for example pin a particular queue id to non-matching IRQ line.
Address this problem by ignoring the user ring count setting and always
initialize the xdp_rings array to be of num_possible_cpus() size. Then,
always use the smp_processor_id() as an index to xdp_rings array. This
provides serialization as at given time only a single softirq can run on
a particular CPU.
Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Tested-by: George Kuruvinakunnel <george.kuruvinakunnel@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions