Home
last modified time | relevance | path

Searched hist:"6632 efe40da2e4f78d75a2e4e7434fef14139e3e" (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/virtio/
H A Dvirtio_if.mdiff 6632efe40da2e4f78d75a2e4e7434fef14139e3e Thu Jul 04 19:50:11 CEST 2013 Bryan Venteicher <bryanv@FreeBSD.org> Convert VirtIO to use ithreads instead of taskqueues

Contains projects/virtio commits:

r245709:
Each VirtIO device was scheduling its own taskqueue(9) to do the
off-level interrupt handling. ithreads(9) is the more nature way
to do this. The primary motivation for this work to better support
network multiqueue.
r245710:
virtio: Change virtqueue intr handlers to return void
r245711:
virtio_blk: Remove interrupt taskqueue
r245721:
vtnet: Remove interrupt taskqueue
r245722:
virtio_scsi: Remove interrupt taskqueue
r245747:
vtnet: Remove taskqueue fields missed in r245721

MFC after: 1 month
H A Dvirtqueue.hdiff 6632efe40da2e4f78d75a2e4e7434fef14139e3e Thu Jul 04 19:50:11 CEST 2013 Bryan Venteicher <bryanv@FreeBSD.org> Convert VirtIO to use ithreads instead of taskqueues

Contains projects/virtio commits:

r245709:
Each VirtIO device was scheduling its own taskqueue(9) to do the
off-level interrupt handling. ithreads(9) is the more nature way
to do this. The primary motivation for this work to better support
network multiqueue.
r245710:
virtio: Change virtqueue intr handlers to return void
r245711:
virtio_blk: Remove interrupt taskqueue
r245721:
vtnet: Remove interrupt taskqueue
r245722:
virtio_scsi: Remove interrupt taskqueue
r245747:
vtnet: Remove taskqueue fields missed in r245721

MFC after: 1 month
H A Dvirtqueue.cdiff 6632efe40da2e4f78d75a2e4e7434fef14139e3e Thu Jul 04 19:50:11 CEST 2013 Bryan Venteicher <bryanv@FreeBSD.org> Convert VirtIO to use ithreads instead of taskqueues

Contains projects/virtio commits:

r245709:
Each VirtIO device was scheduling its own taskqueue(9) to do the
off-level interrupt handling. ithreads(9) is the more nature way
to do this. The primary motivation for this work to better support
network multiqueue.
r245710:
virtio: Change virtqueue intr handlers to return void
r245711:
virtio_blk: Remove interrupt taskqueue
r245721:
vtnet: Remove interrupt taskqueue
r245722:
virtio_scsi: Remove interrupt taskqueue
r245747:
vtnet: Remove taskqueue fields missed in r245721

MFC after: 1 month
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.hdiff 6632efe40da2e4f78d75a2e4e7434fef14139e3e Thu Jul 04 19:50:11 CEST 2013 Bryan Venteicher <bryanv@FreeBSD.org> Convert VirtIO to use ithreads instead of taskqueues

Contains projects/virtio commits:

r245709:
Each VirtIO device was scheduling its own taskqueue(9) to do the
off-level interrupt handling. ithreads(9) is the more nature way
to do this. The primary motivation for this work to better support
network multiqueue.
r245710:
virtio: Change virtqueue intr handlers to return void
r245711:
virtio_blk: Remove interrupt taskqueue
r245721:
vtnet: Remove interrupt taskqueue
r245722:
virtio_scsi: Remove interrupt taskqueue
r245747:
vtnet: Remove taskqueue fields missed in r245721

MFC after: 1 month
H A Dvirtio_scsi.cdiff 6632efe40da2e4f78d75a2e4e7434fef14139e3e Thu Jul 04 19:50:11 CEST 2013 Bryan Venteicher <bryanv@FreeBSD.org> Convert VirtIO to use ithreads instead of taskqueues

Contains projects/virtio commits:

r245709:
Each VirtIO device was scheduling its own taskqueue(9) to do the
off-level interrupt handling. ithreads(9) is the more nature way
to do this. The primary motivation for this work to better support
network multiqueue.
r245710:
virtio: Change virtqueue intr handlers to return void
r245711:
virtio_blk: Remove interrupt taskqueue
r245721:
vtnet: Remove interrupt taskqueue
r245722:
virtio_scsi: Remove interrupt taskqueue
r245747:
vtnet: Remove taskqueue fields missed in r245721

MFC after: 1 month
/freebsd/sys/dev/virtio/balloon/
H A Dvirtio_balloon.cdiff 6632efe40da2e4f78d75a2e4e7434fef14139e3e Thu Jul 04 19:50:11 CEST 2013 Bryan Venteicher <bryanv@FreeBSD.org> Convert VirtIO to use ithreads instead of taskqueues

Contains projects/virtio commits:

r245709:
Each VirtIO device was scheduling its own taskqueue(9) to do the
off-level interrupt handling. ithreads(9) is the more nature way
to do this. The primary motivation for this work to better support
network multiqueue.
r245710:
virtio: Change virtqueue intr handlers to return void
r245711:
virtio_blk: Remove interrupt taskqueue
r245721:
vtnet: Remove interrupt taskqueue
r245722:
virtio_scsi: Remove interrupt taskqueue
r245747:
vtnet: Remove taskqueue fields missed in r245721

MFC after: 1 month
/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci.cdiff 6632efe40da2e4f78d75a2e4e7434fef14139e3e Thu Jul 04 19:50:11 CEST 2013 Bryan Venteicher <bryanv@FreeBSD.org> Convert VirtIO to use ithreads instead of taskqueues

Contains projects/virtio commits:

r245709:
Each VirtIO device was scheduling its own taskqueue(9) to do the
off-level interrupt handling. ithreads(9) is the more nature way
to do this. The primary motivation for this work to better support
network multiqueue.
r245710:
virtio: Change virtqueue intr handlers to return void
r245711:
virtio_blk: Remove interrupt taskqueue
r245721:
vtnet: Remove interrupt taskqueue
r245722:
virtio_scsi: Remove interrupt taskqueue
r245747:
vtnet: Remove taskqueue fields missed in r245721

MFC after: 1 month
/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.hdiff 6632efe40da2e4f78d75a2e4e7434fef14139e3e Thu Jul 04 19:50:11 CEST 2013 Bryan Venteicher <bryanv@FreeBSD.org> Convert VirtIO to use ithreads instead of taskqueues

Contains projects/virtio commits:

r245709:
Each VirtIO device was scheduling its own taskqueue(9) to do the
off-level interrupt handling. ithreads(9) is the more nature way
to do this. The primary motivation for this work to better support
network multiqueue.
r245710:
virtio: Change virtqueue intr handlers to return void
r245711:
virtio_blk: Remove interrupt taskqueue
r245721:
vtnet: Remove interrupt taskqueue
r245722:
virtio_scsi: Remove interrupt taskqueue
r245747:
vtnet: Remove taskqueue fields missed in r245721

MFC after: 1 month
H A Dif_vtnet.cdiff 6632efe40da2e4f78d75a2e4e7434fef14139e3e Thu Jul 04 19:50:11 CEST 2013 Bryan Venteicher <bryanv@FreeBSD.org> Convert VirtIO to use ithreads instead of taskqueues

Contains projects/virtio commits:

r245709:
Each VirtIO device was scheduling its own taskqueue(9) to do the
off-level interrupt handling. ithreads(9) is the more nature way
to do this. The primary motivation for this work to better support
network multiqueue.
r245710:
virtio: Change virtqueue intr handlers to return void
r245711:
virtio_blk: Remove interrupt taskqueue
r245721:
vtnet: Remove interrupt taskqueue
r245722:
virtio_scsi: Remove interrupt taskqueue
r245747:
vtnet: Remove taskqueue fields missed in r245721

MFC after: 1 month
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.cdiff 6632efe40da2e4f78d75a2e4e7434fef14139e3e Thu Jul 04 19:50:11 CEST 2013 Bryan Venteicher <bryanv@FreeBSD.org> Convert VirtIO to use ithreads instead of taskqueues

Contains projects/virtio commits:

r245709:
Each VirtIO device was scheduling its own taskqueue(9) to do the
off-level interrupt handling. ithreads(9) is the more nature way
to do this. The primary motivation for this work to better support
network multiqueue.
r245710:
virtio: Change virtqueue intr handlers to return void
r245711:
virtio_blk: Remove interrupt taskqueue
r245721:
vtnet: Remove interrupt taskqueue
r245722:
virtio_scsi: Remove interrupt taskqueue
r245747:
vtnet: Remove taskqueue fields missed in r245721

MFC after: 1 month