Re: [uml-devel] Re: UML tuntap driver problem with queueing

2005-02-08 Thread Jeff Dike
[EMAIL PROTECTED] said: > ust a heads up here to the UML folks in case it was missed - with the > current code, packet delivery to UML machines using tuntap driver > *will* mess up (stall totally or major bursts of lag) if more than 10 > packets are queued to UML at a time. It wasn't missed. Som

[uml-devel] Re: UML tuntap driver problem with queueing

2005-02-08 Thread Nuutti Kotivuori
Nuutti Kotivuori wrote: > As a workaround to the problem, I've added the IFF_ONE_QUEUE option > to all the places that open a tap device (namely tunctl, uml_net and > uml_router). The patch is attached. But the actual problem should > most likely be fixed once found. Just a heads up here to the UM