Searched hist:"6632 efe40da2e4f78d75a2e4e7434fef14139e3e" (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/virtio/ |
H A D | virtio_if.m | diff 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 D | virtqueue.h | diff 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 D | virtqueue.c | diff 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 D | virtio_scsivar.h | diff 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 D | virtio_scsi.c | diff 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 D | virtio_balloon.c | diff 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 D | virtio_pci.c | diff 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 D | if_vtnetvar.h | diff 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 D | if_vtnet.c | diff 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 D | virtio_blk.c | diff 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
|