crosvm/protos
Matt Delco e3fdadb8e1 crosvm: use pipe instead of socket for vcpu communication
Pipes have better performance than sockets, so switch the vcpu
communication over to pipes.  The vm communication channels will
continue to use sockets since that communication isn't performance
critical (and those messages sometimes exchange file descriptors, and
that functionality requires sockets).

TEST=local compile and confirmed that my diagnostic plugin is still
happy. The time it takes to run my benchmark plugin has decreased by
20%.  This combined with my prior commit results in a net wall-clock
time reduction of 32%.
BUG=None

Change-Id: I44c198d62a3bbe3b539ff6ac79707d02488876e3
Signed-off-by: Matt Delco <delco@google.com>
Reviewed-on: https://chromium-review.googlesource.com/1572873
Commit-Ready: Matt Delco <delco@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Zach Reizner <zachr@chromium.org>
2019-04-24 15:51:11 -07:00
..
src crosvm: use pipe instead of socket for vcpu communication 2019-04-24 15:51:11 -07:00
tests protos: Merge plugin_proto crate under protos::plugin 2019-04-12 14:49:57 -07:00
build.rs clippy: Suppress warning from protoc_rust generated code 2019-04-17 17:23:11 -07:00
Cargo.toml protos: Merge plugin_proto crate under protos::plugin 2019-04-12 14:49:57 -07:00