#vhost — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vhost, aggregated by home.social.
-
SPDK в публичном облаке: лезем внутрь дисковой подсистемы в user-space
Всем привет! Меня зовут Василий Иванов, я ведущий разработчик в команде Data Storage в
https://habr.com/ru/companies/mws/articles/943206/
#cloud #mwscloudplatform #mws #разработка_облака #spdk #data_storage #dpdk #vhost
-
SPDK в публичном облаке: лезем внутрь дисковой подсистемы в user-space
Всем привет! Меня зовут Василий Иванов, я ведущий разработчик в команде Data Storage в
https://habr.com/ru/companies/mws/articles/943206/
#cloud #mwscloudplatform #mws #разработка_облака #spdk #data_storage #dpdk #vhost
-
SPDK в публичном облаке: лезем внутрь дисковой подсистемы в user-space
Всем привет! Меня зовут Василий Иванов, я ведущий разработчик в команде Data Storage в
https://habr.com/ru/companies/mws/articles/943206/
#cloud #mwscloudplatform #mws #разработка_облака #spdk #data_storage #dpdk #vhost
-
SPDK в публичном облаке: лезем внутрь дисковой подсистемы в user-space
Всем привет! Меня зовут Василий Иванов, я ведущий разработчик в команде Data Storage в
https://habr.com/ru/companies/mws/articles/943206/
#cloud #mwscloudplatform #mws #разработка_облака #spdk #data_storage #dpdk #vhost
-
Introduction to VirtIO, Part 2: Vhost
https://blogs.oracle.com/linux/post/introduction-to-virtio-part-2-vhost
Jonah Palmer writes: ""[…] #Vhost is a key optimization to #VirtIO that was created to offload data-plane processing from #Qemu into more efficient components.
We’ll start off by taking a more in-depth look into the causes of overhead in the data plane of a pure VirtIO configuration. We’ll talk about the costly operations that are involved, such as VM exits, VM entries, context switches, and userspace processing by Qemu. Then we’ll introduce vhost and elaborate on how it addresses these issues by moving data-plane operations either into the kernel (kernel-based vhost) or into a specialized userspace process (via vhost-user).
We’ll then dive into both #kernel-based vhost and vhost-user architectures, examining each in detail—including their advantages, drawbacks, typical use cases, and how they affect performance. […]"