[ovs-git] Open vSwitch: bfd: Increase configuration efficiency. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Aug 14 22:39:45 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  2a833280b45b5fe6567349bf0d464e7f34d49a84 (commit)
      from  2d21cf728c148ab4a06eba2455878f8592ebeead (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 2a833280b45b5fe6567349bf0d464e7f34d49a84
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2a833280b45b5fe6567349bf0d464e7f34d49a84
Author: Alex Wang <alexw at nicira.com>
		
bfd: Increase configuration efficiency.
		
Currently, when there are multiple bfd configuration changes,
the bfd_poll() will only update one change at a time with the
other side. This commit moves the call to bfd_poll() at the
end of configuration processing function, so that bfd_poll()
will update all configuration changes together.

Signed-off-by: Alex Wang <alexw at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/bfd.c |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list