[ovs-git] Open vSwitch: bfd: Send FINAL immediately after receiving POLL. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Dec 20 22:54:39 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  60d02c72941d5a4aeea85090f120a0cc03e945f2 (commit)
      from  d1890de500d012d512ac7a680a2a0dc5e8acf444 (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 60d02c72941d5a4aeea85090f120a0cc03e945f2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=60d02c72941d5a4aeea85090f120a0cc03e945f2
Author: Alex Wang <alexw at nicira.com>
		
bfd: Send FINAL immediately after receiving POLL.
		
Commit 307464a11 (ofproto-dpif-monitor: Use heap to order the mport
wakeup time.) makes bfd only send packet at specified periodic instant.
This fails to meet the RFC5880 requirement, which requires bfd send
FINAL immediately after receiving POLL.

This commit fixes the above issue by scheduling bfd to send FINAL
within 100 ms after receiving POLL.

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


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

Summary of changes:
 ofproto/ofproto-dpif-monitor.c |   29 +++++++++++++++++++++++++++--
 ofproto/ofproto-dpif-monitor.h |    3 +++
 ofproto/ofproto-dpif-xlate.c   |    9 +++++++++
 3 files changed, 39 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list