ofproto-dpif: Revamp xlate_actions() interface.
authorEthan Jackson <ethan@nicira.com>
Mon, 13 May 2013 18:18:21 +0000 (11:18 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 30 May 2013 18:44:47 +0000 (11:44 -0700)
commit6cb789085c5dc34557118ff69de5e999adcec289
treed2ff6a23ea9792f2425d53cf3733c41a7cab6847
parent9cb1d90fe1a8c53fce4fa4a44363c0f8066107de
ofproto-dpif: Revamp xlate_actions() interface.

This patch implements a new interface to xlate_actions which, aside
from being simpler and more intuitive, achieves several goals.  It
pulls all of xlate_actions() results into a single structure which
will be easier to cache and pass around in future.  And it shields
xlate_ctx from the rest of the code, making it possible to factor
xlate_actions() in the future (hopefully).

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