Max Rottenkolber

Results 87 comments of Max Rottenkolber

There are still some gnarly bugs as seen by the test failure. That failure is a bit weird, as removing that particular failing debug assert makes everything pass. On my...

W00t all tests passing! https://travis-ci.org/github/raptorjit/raptorjit/builds/712535954

See further discussion in #1030

Might benefit from simple graphs showing the execution order throught traces, just for extra visual engagement. I already have these in my head, but suspect newcomers might not, at least...

Might be that you need to make Linux release the NIC/pci resource first? Seems like Linux has already attached a driver. A `sudo ./snabb pci_bind --unbind ` should do. (Make...

> I think the best way to "fix" it would be to put it in the documentation at the start of all the driver parts, I will probably do a...

You can restore device control to the kernel via `sudo ./snabb pci_bind --bind `. If you added `iommu=off` to the boot command line I think we can be sure its...

I suppose in this case it would be interesting to know how the tests failed exactly, like what’s the cause? Didn’t get a link up? Is there some sort of...

Hmm yeah I naively underestimated the amount of data that would produce. Either there is nothing suspicious in there or I can’t find it. Does using the NIC in VMDq...

You can configure two intel_mp apps on a single port using vmdq. Check this out: ```lua #!snabb snsh local intel_mp = require("apps.intel_mp.intel_mp") local basic_apps = require("apps.basic.basic_apps") local synth = require("apps.test.synth")...