Re: [ovs-dev] Question about other_config : pmd-cpu-mask options

2016-09-08 Thread Mauricio Vasquez
Hi Junguk, On 09/08/2016 05:07 PM, Junguk Cho wrote: Hi, I used OVS with dpdk. When I started ovs, I used this option to pin some cores for ovs. sudo ovs-vsctl --no-wait set Open_vSwitch . other_config:pmd-cpu-mask=0xf000 In my setup, it has two sockets, but with this option, two cores in

[ovs-dev] Question about other_config : pmd-cpu-mask options

2016-09-08 Thread Junguk Cho
Hi, I used OVS with dpdk. When I started ovs, I used this option to pin some cores for ovs. sudo ovs-vsctl --no-wait set Open_vSwitch . other_config:pmd-cpu-mask=0xf000 In my setup, it has two sockets, but with this option, two cores in first socket shows 100% cpu utilization. In addition, wh