* [PATCH] virtio-spec: fix two typos
@ 2013-01-09 7:55 akong
2013-01-09 9:03 ` Stefan Hajnoczi
0 siblings, 1 reply; 3+ messages in thread
From: akong @ 2013-01-09 7:55 UTC (permalink / raw)
To: rusty, virtualization; +Cc: kvm
From: Amos Kong <akong@redhat.com>
VIRTIO_NET_F_VTRL_VQ -> VIRTIO_NET_F_CTRL_VQ
VIRTIO_NET_CTRL_MQ is defined to 4 in kernel code
Signed-off-by: Amos Kong <akong@redhat.com>
---
virtio-spec.lyx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtio-spec.lyx b/virtio-spec.lyx
index 78ec5d0..1ba9992 100644
--- a/virtio-spec.lyx
+++ b/virtio-spec.lyx
@@ -5156,7 +5156,7 @@ Control Virtqueue
\end_layout
\begin_layout Standard
-The driver uses the control virtqueue (if VIRTIO_NET_F_VTRL_VQ is negotiated)
+The driver uses the control virtqueue (if VIRTIO_NET_F_CTRL_VQ is negotiated)
to send commands to manipulate various features of the device which would
not easily map into the configuration space.
\end_layout
@@ -5501,7 +5501,7 @@ struct virtio_net_ctrl_mq {
\change_inserted 1986246365 1353594263
-#define VIRTIO_NET_CTRL_MQ 1
+#define VIRTIO_NET_CTRL_MQ 4
\end_layout
\begin_layout Plain Layout
--
1.7.11.7
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] virtio-spec: fix two typos
2013-01-09 7:55 [PATCH] virtio-spec: fix two typos akong
@ 2013-01-09 9:03 ` Stefan Hajnoczi
2013-01-10 0:51 ` Rusty Russell
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2013-01-09 9:03 UTC (permalink / raw)
To: akong; +Cc: kvm, virtualization
On Wed, Jan 09, 2013 at 03:55:23PM +0800, akong@redhat.com wrote:
> From: Amos Kong <akong@redhat.com>
>
> VIRTIO_NET_F_VTRL_VQ -> VIRTIO_NET_F_CTRL_VQ
> VIRTIO_NET_CTRL_MQ is defined to 4 in kernel code
>
> Signed-off-by: Amos Kong <akong@redhat.com>
> ---
> virtio-spec.lyx | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] virtio-spec: fix two typos
2013-01-09 9:03 ` Stefan Hajnoczi
@ 2013-01-10 0:51 ` Rusty Russell
0 siblings, 0 replies; 3+ messages in thread
From: Rusty Russell @ 2013-01-10 0:51 UTC (permalink / raw)
To: Stefan Hajnoczi, akong; +Cc: kvm, virtualization
Stefan Hajnoczi <stefanha@gmail.com> writes:
> On Wed, Jan 09, 2013 at 03:55:23PM +0800, akong@redhat.com wrote:
>> From: Amos Kong <akong@redhat.com>
>>
>> VIRTIO_NET_F_VTRL_VQ -> VIRTIO_NET_F_CTRL_VQ
>> VIRTIO_NET_CTRL_MQ is defined to 4 in kernel code
>>
>> Signed-off-by: Amos Kong <akong@redhat.com>
>> ---
>> virtio-spec.lyx | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Thanks, applied.
Cheers,
Rusty.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-10 0:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 7:55 [PATCH] virtio-spec: fix two typos akong
2013-01-09 9:03 ` Stefan Hajnoczi
2013-01-10 0:51 ` Rusty Russell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox