On Wed, May 11, 2011 at 09:43:04AM +0200, Ward hussen wrote: > It means that if OpenFlow switch finishes processing of first FLOW_MOD at > time t, then second FLOW_MOD packet would be processed after t + t0. t0 may > vary depending on load to the switch and t0 will always be greater than 0.
It might be zero. The switch is allowed to batch operations. You can use a barrier request if you want to avoid it. _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
