← Prev in month ← Prev in thread
Next in thread → Next in month →

[PATCH v5 10/10] vhost-user: clarify that we are talking about slave-initiated messages

From
Nikos Dragazis <>
Date
2020-05-18T20:38:42+00:00
ID
Thread
[PATCH v5 10/10] vhost-user: clarify that we are talking about slave-initiated messages
Signed-off-by: Nikos Dragazis <>
---
 virtio-vhost-user.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtio-vhost-user.tex b/virtio-vhost-user.tex
index 328baec..6bcc6af 100644
--- a/virtio-vhost-user.tex
+++ b/virtio-vhost-user.tex
@@ -220,7 +220,7 @@ \subsubsection{Availability of Additional Resources}\label{sec:Device Types / Vh
 \item[VHOST_USER_SET_VRING_KICK] The vring kick notification for this queue is available to the driver.  The first notification may occur before the driver has processed this message.
 \item[VHOST_USER_SET_VRING_CALL] The vring call doorbell for this queue is available to the driver.  Writes to the vring call doorbell before this message is received produce no effect.
 \item[VHOST_USER_SET_VRING_ERR] The vring err doorbell for this queue is available to the driver.  Writes to the vring err doorbell before this message is received produce no effect.
-\item[VHOST_USER_SET_SLAVE_REQ_FD] The driver may send vhost-user protocol slave messages on txq.  Buffers put onto txq before this message is received are discarded by the device.
+\item[VHOST_USER_SET_SLAVE_REQ_FD] The driver may send vhost-user protocol slave messages on txq.  Slave-initiated messages put onto txq before this message is received are discarded by the device.
 \end{description}
 
 \subsubsection{Doorbell layout}\label{sec:Device Types / Vhost-user Device Backend / Additional Device Resources / Doorbell layout}
-- 
2.17.1
← Prev in month ← Prev in thread
Next in thread → Next in month →