This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perftune.py: fix regression introduced in df5f74a
While fixing "IndexError when NIC uses less IRQs than requested" I introduced a regression by changing the type of 'all_irqs' from 'list' to 'set'. This raises a "TypeError: 'set' object does not support indexing" exception on NetPerfTuner.__setup_one_hw_iface method when trying to tune the network. Signed-off-by: Alexys Jacob <[email protected]> Message-Id: <[email protected]>
- Loading branch information