Andy Wingo
Andy Wingo
Maybe a better chart here; tweaked some of the display parameters: 
Or heh, it seems it's just that you can't embed loads from immediate 64-bit addresses. Have to load the immediate address into a register with movq (which has special support...
Blocks https://github.com/snabbco/snabb/pull/1264, fix in the works
I haven't heard of anyone doing this yet. Sounds like fun :)
Fixed in https://github.com/Igalia/snabb/pull/1035 and https://github.com/Igalia/snabb/pull/1036
Good morning, early riser @lukego :) You could certainly describe configuration with a custom YANG schema. That would automatically define a textual syntax for expressing configurations, and the yang code...
Yes certainly. You'd need a schema of course but maybe we're heading that way :) For more high-bandwidth communications you can serialize to the binary format instead, but for this...
Example test run on master, FWIW: ``` [wingo@davos:~/snabb/src/apps/intel_mp]$ sudo lock sh -c 'for dev in 01:00.0 01:00.1; do for q in 0 1 2 3; do for i in 0...
I reduced the linkup_wait timeout from 2s to 0.1s and ran the `testup.snabb` test again on master on both devices, 4 queues, 10 times each. Times below fwiw: ``` 3.167...
Those results were with two i350 devices, fwiw. Waiting for 82599 linkup seems to be a lot more variable: between 0.5s and 8s (!!!!).