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

2014-08-18 Thread Pravin Shelar
On Mon, Aug 18, 2014 at 1:32 PM, Andy Zhou wrote: > This is what I should do if I understand your intention correctly: > > 1. Change this patch to remove all loop detection mechanisms. > 2. Submit a separate patch to the compact code that check for a lower > xmit_recursion limit in rpl_dev_queue_x

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

2014-08-18 Thread Andy Zhou
This is what I should do if I understand your intention correctly: 1. Change this patch to remove all loop detection mechanisms. 2. Submit a separate patch to the compact code that check for a lower xmit_recursion limit in rpl_dev_queue_xmit(). If this is not what you had in mind, please let me k

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

2014-08-17 Thread Pravin Shelar
On Fri, Aug 15, 2014 at 3:12 AM, Andy Zhou wrote: > Future patches will change the recirc action implementation to not > using recursion. The stack depth detection is no longer necessary. > Once there is no recursion in OVS, only recursion left is recursion due to networking stack. networking stac