revalidator: Revalidate missed flows.
authorJoe Stringer <joestringer@nicira.com>
Thu, 3 Jul 2014 08:29:26 +0000 (08:29 +0000)
committerJoe Stringer <joestringer@nicira.com>
Mon, 7 Jul 2014 21:57:17 +0000 (09:57 +1200)
commita1e4f94567381c9bad94deba8d7fcc80549dec63
treee5b8998e9eadf65d61da518b4cccf16ae9cbb36c
parent3bdad189c91426ec7b06ae03ea573e45e06b435c
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@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-upcall.c