Anmol
Anmol
You can add an SNS action while creating the Lambda function in the DLQ field of Advanced settings while creating and subscribe to that SNS topic. I guess that should...
This is a quite an impressive plan for you thesis! Wishing you all the best for your progress! @avsm, I think even the Xen virtualization [link](https://wiki.xenproject.org/wiki/Xen_PCI_Passthrough), talks about using the...
That sounds about right. As far as I have understood, the Xen `pci-front/pci-back` does something similar to `vfio-pci`, where it would expose just the configuration space and BAR's to your...
Also, my comment about multiple user processes accessing the NIC was raised only in the context of [Jitsu](https://www.usenix.org/system/files/conference/nsdi15/nsdi15-paper-madhavapeddy.pdf), where you spawn processes for each request. I couldn't think of a...
On a very obtuse note, do you think some sort of AVX/AVX2 codegen capabilities in OCaml would benefit your work? I am assuming that in case you want to do...
Makes sense. Thanks!
Got it. The compiler is trying to build the ast_406.ml, but multicore has changed the parsetree. Will try to fix it.