Nir Soffer

Results 341 comments of Nir Soffer

@mtjhrc any thoughts on the API we want for enable offloading? Can we use one flag to enable all offloading features or maybe more fine grain flags like libvirt? https://libvirt.org/formatdomain.html#setting-nic-driver-specific-options

> [@nirs](https://github.com/nirs) > > > any thoughts on the API we want for enable offloading? > > I'd say I'd prefer more fine grained flags, and accept them as a...

Hey @abbbi, The traceback does not match upstream code: https://github.com/oVirt/ovirt-imageio/blob/fde3ef0bffd506ca515fe11818c02f62f4e2e549/ovirt_imageio/client/_api.py#L289 This code is using the nbd backend on local file, but the traceback shows that we use the http backend,...

@iwinux can you reproduce this with lima >= 1.0.0? Please test with current master, we have better logs now (see /var/log/socket_vmnet/stderr).

> @iwinux can you reproduce this with lima >= 1.0.0? I see you don't use lima, so it is not relevant.

socket_vmnet send packets received from one vm or the vmnet interface to all other vms. It uses writev() which will block forever if the other side does not read from...

It will be harder to contribute with esoteric language, but it is also an opportunity to learn new language.

> I did an experiment rewriting the client to Swift. The result is pretty awkward, since nice abstractions for interacting with C string aren't readily available. I see very little...

@marcelbeumer One of the changes since 0.22 preferring the additional network over the builtin user network, you can try this. You probably see something like this in `ip r`: ```...