Re: [ovs-dev] [PATCH V13] Function tracer to trace all function calls

2016-07-25 Thread Nirapada Ghosh
Ryan Moats/Omaha/IBM wrote on 07/25/2016 01:44:44 PM: > From: Ryan Moats/Omaha/IBM > To: Nirapada Ghosh/San Jose/IBM@IBMUS > Cc: "Ben Pfaff" , dev@openvswitch.org > Date: 07/25/2016 01:44 PM > Subject: Re: [ovs-dev] [PATCH V13] Function tracer to trace all function cal

[ovs-dev] [PATCH] Make logging consistent by replacing vlog with ctl_fatal

2016-06-10 Thread Nirapada Ghosh
My Lotus notes email is not working for this patch, trying from my gmail instead. Thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH V5] ovn-controller: reload configured SB probe timer

2016-05-06 Thread Nirapada Ghosh
:09 PM: > From: Ben Pfaff > To: Nirapada Ghosh/San Jose/IBM@IBMUS > Cc: dev@openvswitch.org > Date: 05/06/2016 02:08 PM > Subject: Re: [ovs-dev] [PATCH V5] ovn-controller: reload configured > SB probe timer > > On Fri, Apr 22, 2016 at 04:10:31PM -0700, ngh...@us.ibm.com w

Re: [ovs-dev] [PATCH v1] Add logical-router and logical-router-port related commands to ovn-nbctl

2016-04-11 Thread Nirapada Ghosh
ield in database, such commands are added for all the fields in that table as a matter of fact. They were not added with some specific requirement in mind. 3) I am working on adding some test cases for the commands I added, will submit it as soon as they are ready. Thanks, Nirapada "dev&qu

Re: [ovs-dev] [PATCH v2 3/3] ovn: Add address_set() support for ACLs.

2016-04-07 Thread Nirapada Ghosh
I am sure this enhancement is going to take care of the problem I am looking at. Adding a port on top of 200 ports is taking around a minute and majority of the time is being spent on calling _add_acl() [from create_port () in OVN plugin] for 200 times, each of which is taking about 1/4th of a sec