On Thu, Aug 08, 2013 at 12:58:27PM -0700, Ethan Jackson wrote: > Signed-off-by: Ethan Jackson <et...@nicira.com>
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 <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev