ofproto-dpif: Maintain subfacets in dpif_backer.
authorEthan Jackson <ethan@nicira.com>
Wed, 1 May 2013 01:32:02 +0000 (18:32 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 7 Jun 2013 20:38:54 +0000 (13:38 -0700)
commit04d08d54cee808cf8f3655eda39ea55cda05e1cb
treeaa3de245fd21d6fc7164c03ca66f4460bae5c76d
parent380f49c4a1ffaf5efa136985cff92de52bc8b582
ofproto-dpif: Maintain subfacets in dpif_backer.

Conceptually, a subfacet represents a datapath flow key, and
therefore belongs more to a datapath more than it does to a bridge.
This patch moves the subfacet hmap from 'struct ofproto_dpif' to
'struct dpif_backer', simplifying the code in the process.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c