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 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev