Am 20.11.2011 00:16, schrieb Frank Laub:
> When running the VDE backend with 2 uml instances and running iperf
> between them, the vde_send() function often returns EINTR. I noticed
> that this is accounted for in net_user.c via the use of the
> CATCH_EINTR() macro. Thus the following patch uses
When running the VDE backend with 2 uml instances and running iperf
between them, the vde_send() function often returns EINTR. I noticed
that this is accounted for in net_user.c via the use of the
CATCH_EINTR() macro. Thus the following patch uses the same approach for
calls into VDE. It could