[ovs-dev] [PATCHv4 0/2] Revalidate missed flows - master

Joe Stringer joestringer at nicira.com
Mon Jul 7 23:04:03 UTC 2014


This is a rebase of the following series against master:
http://patchwork.openvswitch.org/patch/4895/
http://patchwork.openvswitch.org/patch/4891/

The way that revalidators handle dpif_flows is a bit different on master, so
this version has a different dpif_flow_get() interface from the version for
branch-2.3. Note that I have dropped the flow_get batching code from this
version, as the revalidator code doesn't make use of this feature.

v4: Rebase against master.
v3: Address buffer safety feedback.
v2: Drop batching.
RFC: Initial post.

Joe Stringer (2):
  dpif: Support fetching flow mask via dpif_flow_get().
  revalidator: Revalidate missed flows.

 lib/dpif-linux.c              |   23 ++++++++++---------
 lib/dpif-netdev.c             |   30 ++++++++++++++++++++++---
 lib/dpif-provider.h           |   21 +++++++++++++-----
 lib/dpif.c                    |   49 +++++++++++++++++++++--------------------
 lib/dpif.h                    |    3 ++-
 ofproto/ofproto-dpif-upcall.c |   34 +++++++++++++++++++++++-----
 6 files changed, 112 insertions(+), 48 deletions(-)

-- 
1.7.10.4




More information about the dev mailing list