Hi Bala,

I have a similar problem if I don't build DPDK and OVS every time after
reboot.

My workaround is to build DPDK and OVS again every time after a system
reboot.

# Build DPDK
cd $DPDK_DIR
make install T=x86_64-native-linuxapp-gcc

# Configure & build OVS
cd $OVS_DIR
./boot.sh
./configure --with-dpdk=$DPDK_BUILD/
make CFLAGS='-O3 -march=native'


Thanks,
Charlie




On Wed, Jun 29, 2016 at 1:42 PM, bala murugan <gbalamuruga...@gmail.com>
wrote:

> Thanks for your response..
>
> But still now I have observed this issue in both Ubuntu 12.4 and 15.4
>
> Regards,
> Bala
> On Jun 30, 2016 12:09 AM, "Maurice Qureshi" <maurice.qure...@calix.com>
> wrote:
>
>> Hi Bala,
>>
>>
>>
>> I am also using 2.5 and it is working fine for me. I am using Ubuntu 14.4
>>
>>
>>
>> Just follow INSTALL.md to the letter and it should work. Also make sure
>> that all the important components are running (kernel and user space).
>>
>>
>>
>> Thanks
>>
>> Maurice
>>
>>
>>
>> *From:* discuss [mailto:discuss-boun...@openvswitch.org] *On Behalf Of *bala
>> murugan
>> *Sent:* Wednesday, June 29, 2016 4:11 AM
>> *To:* b...@openvswitch.org
>> *Subject:* [ovs-discuss] Bug in Openvswitch 2.5
>>
>>
>>
>> Hi,
>>
>> I have installed openvswitch version 2.5 and execute the ovs-vsctl
>> related commands.
>>
>> It takes more time to execute or always it stuck.
>>
>> How to solve this problem.
>>
>> *Example:*
>>
>> * ovs-vsctl add-br <bridge name>*  after execution of this command it
>> will hang.
>>
>> Regards,
>> Bala
>>
>
> _______________________________________________
> discuss mailing list
> discuss@openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
>
>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to