ofproto: Increase default datapath max_idle time.
authorJoe Stringer <joestringer@nicira.com>
Fri, 12 Sep 2014 06:03:56 +0000 (06:03 +0000)
committerJoe Stringer <joestringer@nicira.com>
Sun, 14 Sep 2014 22:07:34 +0000 (10:07 +1200)
commitb2a4692c1ce4717ee76660c80614f9ff94da1098
tree2040dd4ee1be3e15f95178c914d4dda62dcb2a4c
parent4303ec34696f586e41549f935a5f58f7798525f6
ofproto: Increase default datapath max_idle time.

The datapath max_idle value determines how long to wait before deleting
an idle datapath flow when operating below the flow_limit. This patch
increases the max_idle to 10 seconds, which allows datapath flows to be
remain cached even if they are used less consistently, and provides a
small improvement in the supported number of flows when operating around
the flow_limit.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto.h