[ovs-git] Open vSwitch: FAQ: Explain what to do when building against a too-new kernel. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Apr 24 23:03:09 UTC 2014


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  a7ae938074d1c5e25e484eb7b6aca3f101adea38 (commit)
       via  88bf179aa3f3fa89822edcd9b882e0f06d39bf08 (commit)
      from  3834bcf2bf9106114bca70264b7a0bdb7351ff80 (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 a7ae938074d1c5e25e484eb7b6aca3f101adea38
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a7ae938074d1c5e25e484eb7b6aca3f101adea38
Author: Ben Pfaff <blp at nicira.com>
		
FAQ: Explain what to do when building against a too-new kernel.
		
Also add references to this FAQ from INSTALL and configure.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Gurucharan Shetty <gshetty at nicira.com>


commit 88bf179aa3f3fa89822edcd9b882e0f06d39bf08
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=88bf179aa3f3fa89822edcd9b882e0f06d39bf08
Author: Alex Wang <alexw at nicira.com>
		
bfd/cfm: Check status change before update status to database.
		
This commit adds boolean flag in bfd/cfm module for checking
status change.  If there is no status change, the current
update to OVS database will skip the bfd/cfm session.

In the experiment with 5K bfd sessions, when one session is
flapping at rate of every 0.3 second, this patch reduces the
cpu utilization of the ovs-vswitchd thread from 13 to 6.

Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Joe Stringer <joestringer at nicira.com>


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

Summary of changes:
 FAQ                        |   35 ++++++++++++++++++++++++++---------
 INSTALL                    |    4 ++++
 acinclude.m4               |    2 +-
 lib/bfd.c                  |   35 ++++++++++++++++++++++++++++++++---
 lib/bfd.h                  |    1 +
 lib/cfm.c                  |   32 ++++++++++++++++++++++++++++++--
 lib/cfm.h                  |    1 +
 ofproto/ofproto-dpif.c     |   37 ++++++++++++++++++++++++++-----------
 ofproto/ofproto-provider.h |   27 +++++++++++++++++----------
 ofproto/ofproto.c          |   30 +++++++++++++++++-------------
 ofproto/ofproto.h          |    6 +++---
 vswitchd/bridge.c          |   16 +++++++++++-----
 12 files changed, 169 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list