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
33 stars 38 forks source link

Add dpdk config checks #802

Closed dosaboy closed 7 months ago

dosaboy commented 7 months ago

Checks that Open_vSwitch table contains expected config for pmd and logical cores.

Resolves: #636

dosaboy commented 7 months ago

i had a discussion with @peppepetra about other checks we could add and he reminded me that we need to ensure pmd-cpu-mask does not overlay with nova cpu-dedicated-set cpus (which is actually mentioned in the issue). I will create a followup patch to add this.