ofproto-dpif: Move odp_actions from subfacet to facet.
authorEthan Jackson <ethan@nicira.com>
Sat, 16 Mar 2013 01:03:59 +0000 (18:03 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 29 May 2013 20:15:15 +0000 (13:15 -0700)
commit4dff90977694784e67e9c08cc72dee28ebc343ae
treec76aa3755a68f96f2309fc99d918873a143c1bd1
parent98f0520fb205eb619a386f9689b35dec3487fedf
ofproto-dpif: Move odp_actions from subfacet to facet.

Upon close inspection, it appears that it's not possible for
actions to differ between subfacets belonging to a given facet.
Given this fact, it makes sense to move datapath actions from
subfacets to their parent facets.  It's both conceptually more
straightforward, and necessary for future threading and megaflow
work.

Co-authored-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c