ofproto-dpif: Scope revalidation state to dpif_backers.
authorEthan Jackson <ethan@nicira.com>
Sat, 22 Dec 2012 01:22:46 +0000 (17:22 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 24 Jan 2013 20:34:07 +0000 (12:34 -0800)
Before this patch, the "need_revalidate" flag and the
"revalidate_set" tag_set where maintained separately for each
ofproto.  This won't work in future patches when a flow table
change in one ofproto can require revalidation in another entirely
separate ofproto.  For this reason, this patch scopes these flags
to the dpif_backers.

Signed-off-by: Ethan Jackson <ethan@nicira.com>

No differences found