Re: [PATCH] virtio: support reserved vqs

2012-09-05 Thread Rusty Russell
"Michael S. Tsirkin"  writes:

> virtio network device multiqueue support reserves
> vq 3 for future use (useful both for future extensions and to make it
> pretty - this way receive vqs have even and transmit - odd numbers).
> Make it possible to skip initialization for
> specific vq numbers by specifying NULL for name.
> Document this usage as well as (existing) NULL callback.
>
> Drivers using this not coded up yet, so I simply tested
> with virtio-pci and verified that this patch does
> not break existing drivers.
>
> Signed-off-by: Michael S. Tsirkin 

This seems sane.  Applied.

Thanks,
Rusty.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] virtio: support reserved vqs

2012-09-05 Thread Rusty Russell
Michael S. Tsirkin m...@redhat.com writes:

 virtio network device multiqueue support reserves
 vq 3 for future use (useful both for future extensions and to make it
 pretty - this way receive vqs have even and transmit - odd numbers).
 Make it possible to skip initialization for
 specific vq numbers by specifying NULL for name.
 Document this usage as well as (existing) NULL callback.

 Drivers using this not coded up yet, so I simply tested
 with virtio-pci and verified that this patch does
 not break existing drivers.

 Signed-off-by: Michael S. Tsirkin m...@redhat.com

This seems sane.  Applied.

Thanks,
Rusty.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/