On Mon, Sep 23, 2013 at 3:51 AM, Viresh Kumar <viresh.ku...@linaro.org> wrote:
> On 21 September 2013 00:28, Jesse Gross <je...@nicira.com> wrote:
>> OVS is in the upstream kernel as well. This loop checker is just
>> compatibility code since the exact same logic exists in net/core/dev.c
>> on newer kernels. The same transformations should apply in both
>> places. If you are saying that there are no changes to the upstream
>> loop checker then either the same should be true here as well or there
>> is a bug. Either way, I would like to understand that better first.
>
> I tried looking at latest kernels (even latest code in linux-next) and
> couldn't locate the same piece of code.. I knew about In-kernel OVS
> and that part is a bit different then what we have in Out-of-kernel
> OVS (specially the loop counter part isn't present in mainline kernel).
> Probably what you just mentioned above..
>
> Can you please help me by pointing to that piece of code?

Search net/core/dev.c for RECURSION_LIMIT.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to