Hey folks,

I am curious to understand a bit more the core use of the emulatorpin CPUs with libvirt.

For example :

    <vcpupin vcpu='0' cpuset='34'/>
    <vcpupin vcpu='1' cpuset='14'/>
    <vcpupin vcpu='2' cpuset='10'/>
    <vcpupin vcpu='3' cpuset='30'/>
    <emulatorpin cpuset='10,14,30,34'/>

In this case :
In our case :
What we saw is the following :
We are not quite sure, but we are wondering if this could cause a direct impact to the ability of DPDK to process traffic at the same X speed?

Feels like I am missing a piece of the puzzle but gotta start somewhere! 

Thanks!