ofproto-dpif-xlate: Don't try to optimize goto table.
authorEthan Jackson <ethan@nicira.com>
Sat, 27 Jul 2013 19:24:15 +0000 (12:24 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 1 Aug 2013 20:49:07 +0000 (13:49 -0700)
This patch reverts commit 5559942 (ofproto-dpif: GOTO_TABLE recursion
removal.) by reintroducing the recursion through xlate_table_action().
The main reason to do this is the introduction of new rule locking in
future patches.  The code before this patch was relatively difficult
to lock in a clean straight-forward manner.

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

No differences found