Hi, I'm working on a project that requires me to build a kernel module for various timing experiments in openvswitch , could someone point out to me which exactly is the entry and exit point within the switch ? I tried the following -
1. When i insert timers within datapath.c -> dp_init function and dp_cleanup the values of timings caught inside dp_cleanup is 0. 2. Ftrace showed me that it enters and exits through (datapath.c) ovs_init_net and ovs_exit_net but the time difference I get is between 3-8 seconds (so I thought this is counting the mininet topology set up time as well - I used a simple mininet python code to verify it ) Can someone point out to me which functions the packets enter and exit from? Thank you Lavanya _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
