Re: [ovs-dev] [v4 1/2] datapath: Remove recirc stack depth limit check

2014-09-02 Thread Pravin Shelar
On Fri, Aug 29, 2014 at 10:34 PM, Andy Zhou wrote: > Future patches will change the recirc action implementation to not > using recursion. The stack depth detection is no longer necessary. > > Signed-off-by: Andy Zhou looks good. Acked-by: Pravin B Shelar

[ovs-dev] [v4 1/2] datapath: Remove recirc stack depth limit check

2014-08-29 Thread Andy Zhou
Future patches will change the recirc action implementation to not using recursion. The stack depth detection is no longer necessary. Signed-off-by: Andy Zhou --- datapath/actions.c | 63 - datapath/datapath.c | 6 ++--- datapath/datapath.h |