Fabian Bonk

Results 10 comments of Fabian Bonk

> 1. The schema changes depending on the options that you use. If for example -C3 is used instead of -c3, then the values are the rtt measurements as array...

I'm sorry, I completely forgot about this. I'll start working on it today; I hope I can get it finished soon-ish. >Json consuming code that has to distinguish between a...

In that case we can just use JSON arrays. My main gripe with that is that the API for JSON objects is much nicer than the API for JSON arrays...

I'm a bit busy at work at the moment so it might take some time until I can get back to this PR, sorry. :(

I'm not working on it anymore, I left my old company a year ago and don't have the time to look into this again.

@fwsGonzo What do you mean by VLAN support and how does it relate to hardware access? Do you mean VLAN offloading? That would have to be done on the driver/network...

>When you write a userspace PCIE driver against `vfio-pci`, you still have to manage the PCI device, i.e. mapping the configuration registers and BARS into the address space of the...

Thanks for the summary! Regarding your questions: 1. Generally no. There are cases where it'd be useful to have devices talk to each other directly via a common mapping. ixy.ml...

@mato: 1. I have to add that ixy.ml currently uses Linux's `hugetlbfs` and no IOMMU. So DMA memory has the system wide limit of "how many `hugetlbfs` pages has the...

@anmolsahoo25: Possibly. But there are definitely lower-hanging fruits in the MirageOS network stack (zero-copy, batching).