Re: [PATCH] add a exit condition even for no stop case

2014-01-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Go ahead for trunk On 20.01.2014 20:48, Paulo Flabiano Smorigo wrote: > Hi all, > > As I said in the my last email, I'm running tests in a network with > heavy traffic, like, over 150 arp requests comming every second. Under these > condition, I found an issue in the receive_packets function. > >

[PATCH] add a exit condition even for no stop case

2014-01-20 Thread Paulo Flabiano Smorigo
Hi all, As I said in the my last email, I'm running tests in a network with heavy traffic, like, over 150 arp requests comming every second. Under these condition, I found an issue in the receive_packets function. On line 1456 of net/net.c there is a while (1) that only exits if there is a stop c