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)
commit2cc3c58ee8db0dba3f01ba39f573b6e62b883247
tree5e9fa481c8efd921a42aa8c0d1e969a88453aba1
parent0b6a64ccceedba7c2b542217ec07891e0ab3f885
ofproto-dpif: Scope revalidation state to dpif_backers.

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>
ofproto/ofproto-dpif.c