Home
last modified time | relevance | path

Searched hist:"6457 f126c888b3481fdae6f702e616cd0c79646e" (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/remoteproc/
H A Dremoteproc_virtio.cdiff 6457f126c888b3481fdae6f702e616cd0c79646e Wed Sep 05 20:47:45 CEST 2012 Michael S. Tsirkin <mst@redhat.com> virtio: support reserved vqs

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 <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
/linux/include/linux/
H A Dvirtio_config.hdiff 6457f126c888b3481fdae6f702e616cd0c79646e Wed Sep 05 20:47:45 CEST 2012 Michael S. Tsirkin <mst@redhat.com> virtio: support reserved vqs

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 <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
/linux/drivers/virtio/
H A Dvirtio_mmio.cdiff 6457f126c888b3481fdae6f702e616cd0c79646e Wed Sep 05 20:47:45 CEST 2012 Michael S. Tsirkin <mst@redhat.com> virtio: support reserved vqs

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 <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>