Rolf Neugebauer
Rolf Neugebauer
With #57 we see a bit more: ``` $ sock_stress -c hvsock://parent -e -v 1 -i 5 -B 8192 -b 8192 Client connecting to a42e7cda-d03f-480c-9cc2-a4de20abb878:3049197c-facb-11e6-bd58-64006a7986d3 2018/02/08 14:02:44 [00000] TX/RX: 53495...
I get similar error when using a Win 10 Pro (Fall Creators Update) connecting to a Win 10 Pro host where the server runs: ``` PS> .\sock_stress.exe -v 1 -c...
With the C implementation in `c/hvecho.c` we see the same issue. `hvecho` has a server and client mode. The server: ``` for (;;) { res = recv(buf); if (res ==...
I also tried to put a `syscall.FlushFileBuffers(v.fd)` before calling `syscall.close()` and it marginally improved thinks in that the client now sometimes seems to receive some more data, ie we now...
I also tried turning the `WSASend()` call into a non-overlapping call by `syscall.WSASend(v.fd, &b, 1, &bytes, f, nil, nil)` (see [here](https://msdn.microsoft.com/en-us/library/windows/desktop/ms742203(v=vs.85).aspx)) but this has the same issue ie not all...
duplicate of #1263?
The source is already in the image on hub (and I'll add them for foreign kernels as well). So may we can add a option to the kernel section in...
pointed out on slack https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849357 may be relevant
https://github.com/linuxkit/linuxkit/pull/2871 has the right runes for enabling nested virt. The image needs to have a "special license" (some string in the Licenses field) and the instance needs to be Haswell...
Thanks for updating. Looks good to me. Should probably remove 5.11 since it has been EOLed. Also there are kernel config tests which need updating. I'm not sure if the...