Message ID | 1357718123-9274-1-git-send-email-akong@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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