Lines Matching refs:user
1 # Virtualized I/O with Vhost-user {#vhost_processing}
43 SPDK to expose a vhost device is Vhost-user protocol.
45 The [Vhost-user specification](https://qemu-project.gitlab.io/qemu/interop/vhost-user.html)
48 > [Vhost-user protocol] is aiming to complement the ioctl interface used to
50 > plane needed to establish virtqueue sharing with a user space process on the
60 > Ethernet switch running in user space, such as Snabbswitch, or a block
66 SPDK vhost is a Vhost-user back-end server. It exposes Unix domain sockets and
71 One of major Vhost-user use cases is networking (DPDK) or storage (SPDK)
79 All initialization and management information is exchanged using Vhost-user
85 After the negotiation, the Vhost-user driver shares its memory, so that the vhost
87 physically-discontiguous regions and Vhost-user specification puts a limit on
92 - user address - for memory translations in Vhost-user messages (e.g.
96 - user offset - positive offset for the mmap
111 - vring addresses (from user address space)
176 the Vhost-user memory region table and goes through a gpa_to_vva translation