canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
31 stars 37 forks source link

Extend ovs dpdk checks #807

Closed dosaboy closed 4 months ago

dosaboy commented 4 months ago

Adds a check to ensure pmd thread cores do not overlap with Nova cpu-dedicated-set or cpu-shared-set.

Related-Issue: #636

nishant-dash commented 4 months ago

Other than the error msg getting too long in cases of a lot of cpus, LGTM