[ovs-dev] Query with respect to OVSDB-SERVER

2016-02-26 Thread RishiRaj Maulick
Hi , I have been recently using OVSDB for some of my project work and I have some doubts with respect to the way ovsdb-server works . 1) DB file - I was running the ovsdb-server and then I ran "ovsdb-client dump" command. This dumped the information stored in the DB on stdout. Now , I went ahe

[ovs-dev] Query with respect to OVSDB and vswitchd

2015-08-30 Thread RishiRaj Maulick
Hi , I have been very recently using the OVSDB for one of our projects . I am able to create my own schema and operate on it . However to better understand things , I was also looking at the behavior of vswitchd on the default schema. I am confused with the events of things that happened - 1) I

Re: [ovs-dev] Query with respect to OVSDB and vswitchd

2015-09-01 Thread RishiRaj Maulick
Hi Ben, I have tested the patch , it works , now I don't see an update with just the _version change. Thanks for the quick response . Best Regards, Rishi Raj On Mon, Aug 31, 2015 at 10:22 PM, Ben Pfaff wrote: > On Mon, Aug 31, 2015 at 09:10:19AM +0530, RishiRaj Maulick wrote

[ovs-dev] understanding for redundant data structures in vswitchd implementation

2015-09-02 Thread RishiRaj Maulick
I have a query with respect to the design of ovs-vswitchd .( please forgive me for my long email ) I was going through the code and there were some design concepts which I came across - 1) *IDL *- there is code generated pertaining to the DB schema that is defined. For example the code in *vswithd

[ovs-dev] Fwd: understanding for redundant data structures in vswitchd implementation

2015-09-06 Thread RishiRaj Maulick
Hi, I have a query with respect to the design of ovs-vswitchd .( please forgive me for my long email ) I was going through the code and there were some design concepts which I came across - 1) *IDL *- there is code generated pertaining to the DB schema that is defined. For example the code in *vs

[ovs-dev] OVS porting

2015-09-08 Thread RishiRaj Maulick
Hi , We are in the process of porting OVS vswitchd to our hardware switch. As part of the porting we do not want to use the OFPROTO classifier . The reason being: 1. 1) The HW is going to maintain the flows (rules) and we don’t want to have a duplicate maintained in the vswitchd 2. 2

[ovs-dev] 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

[ovs-dev] 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-dev] 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

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

2015-10-04 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-dev] 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-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