Spirent / openperf

Infrastructure and application test and analysis framework
Apache License 2.0
18 stars 15 forks source link

Disable Tx Queues When Not Running Stack Thread #527

Closed dmortondev closed 3 years ago

dmortondev commented 3 years ago

Tx queues are not required when stack is not running. Expand queue descriptor filtering from just filtering when core count <= 2 to include filtering when there's no stack thread.


This change is Reviewable