Babis Chalios
Babis Chalios
Hey, this [test](https://buildkite.com/firecracker/firecracker-x86-64-intel-kernel-5-dot-10-ci/builds/1060#0181394d-d972-4526-80ab-5f9c20cb610c) is failing because our integration test does not recognise your Copyright header. Could I ask you to amend the test as well?
Leaving here for reference some initial performance measurements for the TX path. Baseline, is latest main. The measurements are percentage improvement comparing to baseline, i.e. `(new_version - baseline) / baseline...
I also tried modifying the RX path in order to use `readv`. This required changing a bit the order in which we do things in the RX path. The order...
In order to get a better understanding of the issue, could you please share the guest kernel and rootfs? Also, it would be useful to have a script that replicates...
We are currently considering the option of integrating this functionality upstream in `rust-vmm`, since other projects might be affected by this. We will follow up once we have made a...
We 're currently looking into this
@aghecenco thanks for the review!! Regarding: > nit - I'm also sort of in favor of an error type here, given that later on the None branch translates into an...
I used the tool of @zulinx86 to quantify the performance change introduced by this PR on all the platforms we support. TCP throughput results: |kernel|m5d (Sky lake)|m5d (Cascade lake)|m6i|m6gd| |------|--------------|------------------|---|----|...
We have been looking into other ways for implementing #snapsafety in Firecracker. Our focus at the moment is an extension in the VirtIO rng device [1] that allows to build...
Hey @BipulLamsal thanks for your interest in this. I think there was someone already working on this. Let me confirm with them and I will come back to you.