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)
commit4468099e7cabab8c6a290a5a883469c1986e0bb8
tree0054fdad44c50bcf6f411f0f37f4e3320e1561f2
parent33fd9f59afeda7955a8d63e57ac81cc2a0760531
ofproto-dpif-xlate: Don't try to optimize goto table.

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