diff options
author | 2021-07-21 17:34:03 -0700 | |
---|---|---|
committer | 2021-08-20 08:37:49 -0700 | |
commit | 691bd4d7761992914a0e83c27a4ce57d01474cda (patch) | |
tree | 8dcbd39ebf786e023854f1f5183de046a088db53 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | igc: fix page fault when thunderbolt is unplugged (diff) | |
download | wireguard-linux-691bd4d7761992914a0e83c27a4ce57d01474cda.tar.xz wireguard-linux-691bd4d7761992914a0e83c27a4ce57d01474cda.zip |
igc: Use num_tx_queues when iterating over tx_ring queue
Use num_tx_queues rather than the IGC_MAX_TX_QUEUES fixed number 4 when
iterating over tx_ring queue since instantiated queue count could be
less than 4 where on-line cpu count is less than 4.
Fixes: ec50a9d437f0 ("igc: Add support for taprio offloading")
Signed-off-by: Toshiki Nishioka <toshiki.nishioka@intel.com>
Signed-off-by: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com>
Tested-by: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com>
Acked-by: Sasha Neftin <sasha.neftin@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions