HI Ben
*After adding port it always remains high*.Its not like that while adding
port only it remains high.
I am adding normal Ethernet port of my x86 machine using following commands.
*ovs-vsctl add-br br0*
*ovs-vsctl add-port br0 eth1 * (suppose my port name is eth1)
Also i will try with th
On Fri, Jun 13, 2014 at 07:44:58PM +0530, Rahul Arora wrote:
> I am working on openvswitch version 2.1.2. But i am facing one issue in
> this.
>
> When i am adding port in a bridge,Then my CPU usage is increasing to 100%.
>
> When i am commenting the following line in the file (* vim
> openvswitc
Hi All,
I am working on openvswitch version 2.1.2. But i am facing one issue in
this.
When i am adding port in a bridge,Then my CPU usage is increasing to 100%.
When i am commenting the following line in the file (* vim
openvswitch-2.1.2/lib/seq.c*)
*poll_immediate_wake(); //line number 17