Diego Pino
Diego Pino
> Is there a mechanism to invalidate the cache when the IDL changes? I implemented the same mechanism used by `GetDictionaryByType` or `GetEnumByType`.
I just noticed https://github.com/antirez/hping/pull/13. I tested it and it doesn't work in my system, because of the new directory layout. I'm fine closing this PR, but #13 would need to...
Also this PR overlap with #13. I'm fine with closing this if #13 gets merged.
Tap support on the lwAFTR has recently landed. What this means is that the lwAFTR can run now on any Linux kernel network interface, but it won't be performant which...
Good investigation. Definitely this is a bug, `enum_validator` should validate on `key`, not `value`. If you need to continue with your work, simply disable the `enum_validator`. I'd try to look...
The `virtio_net` driver was mostly tested using QEMU v2.4 + SnabbNFV on the host side. Then on the guest side there's no requirements. As far as I recall, other users...
PR https://github.com/snabbco/snabb/pull/1369 fixes `vhost-user` driver for QEMU >v2.8. Likely this was the reason of the error. FWIW, the virtio-net driver is still working as tested in https://github.com/Igalia/snabb/pull/1165.
Right, the solution is to either rename argument _file_ to _filename_ or either rename the instances of _filename_ to _file_. I think the latter is preferred to match the naming...
To run all selftests, simply type: ```bash $ sudo make test ``` Tests that depend on hardware (NICs) will be skipped.
Confirmed I will attend next edition of Fosdem. JAM Hotel looks really cool. Usually I stay at whatever hotel other igalians go (there's a bunch of us attending Fosdem every...