Re: [ovs-discuss] Multiple PMD threads for DPDK ports

2016-05-26 Thread Daniele Di Proietto
2016-05-18 0:24 GMT-07:00 Bhanu Chander Gaddoju : > Hi Mark, > > > > Thank you for your response. > > We are seeing single PMD thread even after setting pmd-cpu-mask > to 3 as below after starting the vswitchd daemon. > > > > * ovs-vsctl set Open_vSwitch . other_config:pmd

Re: [ovs-discuss] Multiple PMD threads for DPDK ports

2016-05-18 Thread Kavanagh, Mark B
> Hi Mark, > > Thank you for your response. > We are seeing single PMD thread even after setting pmd-cpu-mask to 3 > as below after starting the vswitchd daemon. > > ovs-vsctl set Open_vSwitch . other_config:pmd-cpu-mask=3 > > Our system is a 8 core ARM system.

Re: [ovs-discuss] Multiple PMD threads for DPDK ports

2016-05-18 Thread Bhanu Chander Gaddoju
n Behalf Of Bhanu Chander Gaddoju Sent: Tuesday, May 17, 2016 7:21 AM To: discuss@openvswitch.org<mailto:discuss@openvswitch.org> Cc: Prasad Gorja Subject: [ovs-discuss] Multiple PMD threads for DPDK ports Hi All, I am creating a OVS bridge and attaching two dpdk ports(dpdk0 and dpdk1)

Re: [ovs-discuss] Multiple PMD threads for DPDK ports

2016-05-17 Thread Kavanagh, Mark B
16 7:21 AM To: discuss@openvswitch.org Cc: Prasad Gorja Subject: [ovs-discuss] Multiple PMD threads for DPDK ports Hi All, I am creating a OVS bridge and attaching two dpdk ports(dpdk0 and dpdk1) to that bridge. I am using OVS version 2.5. After attaching the two ports to the br

Re: [ovs-discuss] Multiple PMD threads for DPDK ports

2016-05-17 Thread Loftus, Ciara
> Hi All, > > I am creating a OVS bridge and attaching two dpdk ports(dpdk0 and > dpdk1) to that bridge. I am using OVS version 2.5. After attaching the two > ports to the bridge, I am observing that only one PMD thread is getting > created for the two dpdk ports. >  Based

[ovs-discuss] Multiple PMD threads for DPDK ports

2016-05-17 Thread Bhanu Chander Gaddoju
Hi All, I am creating a OVS bridge and attaching two dpdk ports(dpdk0 and dpdk1) to that bridge. I am using OVS version 2.5. After attaching the two ports to the bridge, I am observing that only one PMD thread is getting created for the two dpdk ports. Based on the OVS