Re: [ovs-dev] Debugging OVS source code

2014-04-15 Thread Nagashree Sharma
I tried enabling vlog for all modules & Started ovs process with log-file option. Log file gets created but nothing is logged other than the initial lines. On Tue, Mar 25, 2014 at 6:32 PM, Andy Zhou wrote: > Take a look at lib/vlog.h > > On Tue, Mar 25, 2014 at 2:35 AM, Nag

Re: [ovs-dev] Debugging OVS source code

2014-03-25 Thread Nagashree Sharma
to ovs-vswitchd.log. Grep for "VLOG" > in OVS code base if you want examples. > > > On Sat, Mar 22, 2014 at 11:18 AM, Nagashree Sharma > wrote: > > Hi , > > > > I am trying to play around with Openvswitch source code. To understand > the > > code f

[ovs-dev] Debugging OVS source code

2014-03-22 Thread Nagashree Sharma
Hi , I am trying to play around with Openvswitch source code. To understand the code flow , I tried adding printf's or printk in openvswitch/include/openvswitch/types.h file but there is a compilation error. Please can you help me to find a way to add printf's? Thanks, Nagashree.