[ovs-git] Open vSwitch: ofproto-dpif: Don't rate limit facet_learn() with fin_timeouts. (branch-1.10)

dev at openvswitch.org dev at openvswitch.org
Tue Apr 2 22:49:49 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-1.10 has been updated
       via  1e9dc006a1544b3f84d30512cc90b78f46ab9065 (commit)
      from  be87803d64dc0c29472d4702db43e6b6ed0fefdd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1e9dc006a1544b3f84d30512cc90b78f46ab9065
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1e9dc006a1544b3f84d30512cc90b78f46ab9065
Author: Ethan Jackson <ethan at nicira.com>
		
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 at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 ofproto/ofproto-dpif.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list