ofproto-dpif: Don't rate limit facet_learn() with fin_timeouts.
authorEthan Jackson <ethan@nicira.com>
Tue, 2 Apr 2013 19:32:22 +0000 (12:32 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 2 Apr 2013 22:46:23 +0000 (15:46 -0700)
commit1e9dc006a1544b3f84d30512cc90b78f46ab9065
treeba7488ef8d344986b8dd83a1470a8594cf7f4abc
parentbe87803d64dc0c29472d4702db43e6b6ed0fefdd
ofproto-dpif: Don't rate limit facet_learn() with fin_timeouts.

In the standard case, rate limiting facet_learn() to once ever
500ms, makes sense.  The worst that can happen is a learning entry
is expired half a second to early.  However, when using
fin_timeouts, we really need react quickly to delete the newly
stale flow.

Bug #15915.
Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c