[ovs-git] Open vSwitch: revalidator: Revalidate missed flows. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jul 15 05:04:10 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  3b62a9d360ad6b6c6dc364d5bfbf4347aeca85fa (commit)
       via  781fce1574055d194fe95ed95314a464acc963d3 (commit)
      from  bdb2e73bb1c5a9e7488ba6385580f267fbb030e0 (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 3b62a9d360ad6b6c6dc364d5bfbf4347aeca85fa
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3b62a9d360ad6b6c6dc364d5bfbf4347aeca85fa
Author: Joe Stringer <joestringer at nicira.com>
		
revalidator: Revalidate missed flows.
		
If the datapath doesn't dump a flow for some reason, and the current
dump is expected to revalidate all flows in the datapath, then perform
revalidation for those flows by fetching them during the sweep phase.
If revalidation is not required, then leave the flow in the datapath and
don't revalidate it.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit 781fce1574055d194fe95ed95314a464acc963d3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=781fce1574055d194fe95ed95314a464acc963d3
Author: Joe Stringer <joestringer at nicira.com>
		
dpif: Support fetching flow mask via dpif_flow_get().
		
Change the interface to allow implementations to pass back a buffer, and
allow callers to specify which of actions, mask, and stats they wish to
receive. This will be used in the next commit.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/dpif-linux.c              |   23 ++++++++++---------
 lib/dpif-netdev.c             |   19 ++++++++++++++--
 lib/dpif-provider.h           |   19 ++++++++++++----
 lib/dpif.c                    |   50 +++++++++++++++++++++--------------------
 lib/dpif.h                    |    3 ++-
 ofproto/ofproto-dpif-upcall.c |   34 +++++++++++++++++++++++-----
 6 files changed, 102 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list