On Mon, Aug 18, 2014 at 1:44 PM, Andy Zhou wrote:
> On Sun, Aug 17, 2014 at 7:43 PM, Pravin Shelar wrote:
>> On Fri, Aug 15, 2014 at 3:12 AM, Andy Zhou wrote:
>>> Since kernel stack is limited in size, it is not wise to using
>>> recursive function with large stack frames.
>>>
>>> This patch pro
On Sun, Aug 17, 2014 at 7:43 PM, Pravin Shelar wrote:
> On Fri, Aug 15, 2014 at 3:12 AM, Andy Zhou wrote:
>> Since kernel stack is limited in size, it is not wise to using
>> recursive function with large stack frames.
>>
>> This patch provides an alternative implementation of recirc action with
On Fri, Aug 15, 2014 at 3:12 AM, Andy Zhou wrote:
> Since kernel stack is limited in size, it is not wise to using
> recursive function with large stack frames.
>
> This patch provides an alternative implementation of recirc action with
> out using recursion.
>
> A recirc action can be embedded in
Since kernel stack is limited in size, it is not wise to using
recursive function with large stack frames.
This patch provides an alternative implementation of recirc action with
out using recursion.
A recirc action can be embedded in the middle of an actions list.
Instead of immediately (and rec