From: Patrick McHardy <[EMAIL PROTECTED]> Date: Tue, 15 Jan 2008 16:54:41 +0100
> Martin Devera wrote: > > to drain extra events asap. It the time of writing I was not able to > > come with better solution and there were more bugs related to this > > part of code than now. > > So this was meant to protect against endless loops? I think, as Martin tried to explain further, it's trying to avoid cases where the amount of work is extremely large. Heuristics like this are by definition going to hit cases where the value chosen is wrong or inappropriate. On fast cpus maybe a value of 50000 instead of 500 would work "best" Therefore I would suggest removing the limit altogether for now and in the long term work on whatever deficiencies in the algorithm make this expensive enough to warrant limits in the first place. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html