avocado-vt
avocado-vt copied to clipboard
Flush pin dict once per cpupin request
Currently cpu pin dict flushing in every single cpu pin operation cause overhead and pinning operation take long time to finish when we have more vcpus.
Instead of flushing cpu pin mapping for every cpu pin operations this commit make it once per cpu pin request.
Can anyone help review this pull request please?