[ovs-discuss] Manipulating table

2016-05-19 Thread Dio Vinra
Hi, can anybody tell me how to manipulate port table in database ovs? I want to create a new column in port table. Thank you. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Seqno means?

2016-05-13 Thread Dio Vinra
Can anyone explain me about "seqno = ovsdb_idl_get_seqno(idl);" in utilities/ovs-vsctl.c? Thank you. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Developing tools

2016-05-09 Thread Dio Vinra
to run OVS in eclipse? Do you have recommended IDE for debbuging OVS especially for breakpoint the code? I'm really new with OVS. Thank you. On Tuesday, 10 May 2016, Ben Pfaff wrote: > OVS isn't very special, any IDE that supports C should work. > > On Mon, May 09, 2016 at 08:35

Re: [ovs-discuss] Debug OVS

2016-05-09 Thread Dio Vinra
> > > Please follow this link to enable debugging: > http://ask.xmodulo.com/enable-logging-open-vswitch.html > > > > Once you do that, just start up OVS and follow through. > > > > *-Monica* > > > > *From:* discuss [mailto:discuss-boun...@openvswitch.org &

Re: [ovs-discuss] Developing tools

2016-05-09 Thread Dio Vinra
I'm sorry sir I mean development tools like Integerated development environment (IDE). I need to do some breakpoint on the code of OVS. Thank you. On Monday, 9 May 2016, Ben Pfaff wrote: > On Mon, May 09, 2016 at 03:25:09AM -0700, Dio Vinra wrote: > > Can anybody point me to so

[ovs-discuss] Debug OVS

2016-05-09 Thread Dio Vinra
Hi, I'm new with OVS,can anybody tell me how to debug OVS source code from ubuntu terminal? ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Developing tools

2016-05-09 Thread Dio Vinra
Hallo, Can anybody point me to some openvswitch development tools or unit testing tools? Are there any script/tools to facilitate deployment, testing or so? Also, are there any tools to validate/count/manipulate existing flows on a bridge? Thank you, Dhika __