Re: [ovs-discuss] [ovs-dev] Openflow messages processing rate

2015-10-07 Thread RishiRaj Maulick
Hi Ben, Thanks for the reply. Do you have any data for the openflow messages per second that is supported by vswitchd. It will be helpful to us . Thanks in advance. Best Regards, Rishi Raj On Mon, Oct 5, 2015 at 11:19 PM, Ben Pfaff wrote: > On Mon, Oct 05, 2015 at 09:09:56PM +0530, Rishi

[ovs-discuss] Openflow messages processing rate

2015-10-05 Thread RishiRaj Maulick
Hi , The ofproto implementation at ovs-vswitchd process is single threaded. Are there any plans of making this implementation multi-threaded such that the open flow messages processing rate from a single controller increases. We have a requirement to support > 5 OF messages per second , so wa

Re: [ovs-discuss] [ovs-dev] JSON parsing fails on powerpc

2015-10-05 Thread RishiRaj Maulick
Hi Ben, We are using 2.4.0 , the problem is fixed now we had to do ./configure with the –disable-ssl option . Thanks and regards, Rishi Raj On Thu, Oct 1, 2015 at 9:31 PM, Ben Pfaff wrote: > On Thu, Oct 01, 2015 at 06:09:28PM +0530, RishiRaj Maulick wrote: > > We are trying to cros

[ovs-discuss] JSON parsing fails on powerpc

2015-10-01 Thread RishiRaj Maulick
Hi , We are trying to cross-compile and run the ovs-vswitchd on a machine that runs on powerPC architecture. We have cross-compiled the code successfully however we are hitting some issues :- 1) When we try to create the conf.db file from the schema - it fails to decode the JSON objects. 2) Then

[ovs-discuss] Fwd: Query with respect to DB commit even when vsctl failed

2015-09-24 Thread RishiRaj Maulick
roll back to a certain previous commit point. I would greatly appreciate any response on this as it would help us in making right design decisions. Thanks and regards, Rishi Raj -- Forwarded message -- From: RishiRaj Maulick Date: Mon, Sep 21, 2015 at 5:01 PM Subject: Query with

[ovs-discuss] Query with respect to DB commit even when vsctl failed

2015-09-21 Thread RishiRaj Maulick
Hi , I have been using OVS recently and I noticed the following - 1)1) I did not insert the openvswitch kernel module 2) 2) Using “ovs-vsctl add-br br0” command , I tried to add a bridge – which failed for obvious reasons. There is an error log that is displayed on ovs-vsctl scree