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

dev at openvswitch.org dev at openvswitch.org
Tue Apr 2 21:10:57 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, master has been updated
       via  62bd7349adaf5ee740cd9da58305f7523d7c9e6e (commit)
      from  27a88d1373cbfcceac6d901bbf1c17051aa7845f (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 62bd7349adaf5ee740cd9da58305f7523d7c9e6e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=62bd7349adaf5ee740cd9da58305f7523d7c9e6e
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