ofproto-dpif: Log traces when resubmit depth is exceeded.
authorEthan Jackson <ethan@nicira.com>
Wed, 7 Mar 2012 00:51:44 +0000 (16:51 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 8 Mar 2012 19:08:04 +0000 (11:08 -0800)
It can be very difficult to debug xlate_actions() failures due to
excessive resubmit recursion.  In an attempt to make it easier,
this patch adds a (severely rate-limited) full ofproto/trace to the
logs.

Suggested-by: Alan Shieh <ashieh@nicira.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>

No differences found