On Thu, Jun 26, 2014 at 07:00:16AM -0700, Gurucharan Shetty wrote:
> Till now, we were initializing 'unix_epoch' through time_init().
> But if there was a call directly to xgettimeofday(), we would
> miss the initialization causing overflows. This would cause
> 'ovs-ofctl benchmark' to produce wron
Till now, we were initializing 'unix_epoch' through time_init().
But if there was a call directly to xgettimeofday(), we would
miss the initialization causing overflows. This would cause
'ovs-ofctl benchmark' to produce wrong results.
This commit fixes it by having a separate initialization functi