On Thu, Aug 08, 2013 at 12:58:27PM -0700, Ethan Jackson wrote: > Signed-off-by: Ethan Jackson <[email protected]>
The new idle_timeout and hard_timeout variablers in rule_expire() are 32-bit but the struct members they are copies of are 16-bit. The timeout_mutex is held for such a short time that OVS_MUTEX_ADAPTIVE might be an appropriate type for it (instead of PTHREAD_MUTEX_NORMAL). Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
