[ovs-git] Open vSwitch: bfd: Implement BFD decay. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Aug 20 21:40:00 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  c1c4e8c76912a597a6ad964f7b80fc9f63caa7f3 (commit)
      from  857165b5fd264ccfcd89462259e917da20071a0a (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 c1c4e8c76912a597a6ad964f7b80fc9f63caa7f3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c1c4e8c76912a597a6ad964f7b80fc9f63caa7f3
Author: Alex Wang <alexw at nicira.com>
		
bfd: Implement BFD decay.
		
When there is no incoming data traffic at the interface for a period,
BFD decay allows the bfd session to increase the min_rx. This is
helpful in that some interfaces may usually be idle for a long time.
And cpu consumption can be reduced by processing fewer bfd control
packets.

Signed-off-by: Alex Wang <alexw at nicira.com>
Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 lib/bfd.c              |  134 ++++++++++++++++++++++-
 lib/bfd.h              |    5 +-
 ofproto/ofproto-dpif.c |    7 +-
 tests/bfd.at           |  279 ++++++++++++++++++++++++++++++++++++++++++++++--
 vswitchd/vswitch.xml   |   10 ++
 5 files changed, 419 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list