Searched hist:bfbfc4a3cbb69406ebcaa041326731048022e434 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/cam/ctl/ |
H A D | ctl_ser_table.c | diff bfbfc4a3cbb69406ebcaa041326731048022e434 Sat Dec 06 21:39:25 CET 2014 Alexander Motin <mav@FreeBSD.org> Count consecutive read requests as blocking in CTL for files and ZVOLs.
Technically read requests can be executed in any order or simultaneously since they are not changing any data. But ZFS prefetcher goes crasy when it receives consecutive requests from different threads. Since prefetcher works on level of separate blocks, instead of two consecutive 128K requests it may receive 32 8K requests in mixed order.
This patch is more workaround then a real fix, and it does not fix all of prefetcher problems, but it improves sequential read speed by 3-4x times in some configurations. On the other side it may hurt performance if some backing store has no prefetch, that is why it is disabled by default for raw devices.
MFC after: 2 weeks
|
H A D | ctl_backend.h | diff bfbfc4a3cbb69406ebcaa041326731048022e434 Sat Dec 06 21:39:25 CET 2014 Alexander Motin <mav@FreeBSD.org> Count consecutive read requests as blocking in CTL for files and ZVOLs.
Technically read requests can be executed in any order or simultaneously since they are not changing any data. But ZFS prefetcher goes crasy when it receives consecutive requests from different threads. Since prefetcher works on level of separate blocks, instead of two consecutive 128K requests it may receive 32 8K requests in mixed order.
This patch is more workaround then a real fix, and it does not fix all of prefetcher problems, but it improves sequential read speed by 3-4x times in some configurations. On the other side it may hurt performance if some backing store has no prefetch, that is why it is disabled by default for raw devices.
MFC after: 2 weeks
|
H A D | ctl_private.h | diff bfbfc4a3cbb69406ebcaa041326731048022e434 Sat Dec 06 21:39:25 CET 2014 Alexander Motin <mav@FreeBSD.org> Count consecutive read requests as blocking in CTL for files and ZVOLs.
Technically read requests can be executed in any order or simultaneously since they are not changing any data. But ZFS prefetcher goes crasy when it receives consecutive requests from different threads. Since prefetcher works on level of separate blocks, instead of two consecutive 128K requests it may receive 32 8K requests in mixed order.
This patch is more workaround then a real fix, and it does not fix all of prefetcher problems, but it improves sequential read speed by 3-4x times in some configurations. On the other side it may hurt performance if some backing store has no prefetch, that is why it is disabled by default for raw devices.
MFC after: 2 weeks
|
H A D | ctl_backend_block.c | diff bfbfc4a3cbb69406ebcaa041326731048022e434 Sat Dec 06 21:39:25 CET 2014 Alexander Motin <mav@FreeBSD.org> Count consecutive read requests as blocking in CTL for files and ZVOLs.
Technically read requests can be executed in any order or simultaneously since they are not changing any data. But ZFS prefetcher goes crasy when it receives consecutive requests from different threads. Since prefetcher works on level of separate blocks, instead of two consecutive 128K requests it may receive 32 8K requests in mixed order.
This patch is more workaround then a real fix, and it does not fix all of prefetcher problems, but it improves sequential read speed by 3-4x times in some configurations. On the other side it may hurt performance if some backing store has no prefetch, that is why it is disabled by default for raw devices.
MFC after: 2 weeks
|
H A D | ctl.c | diff bfbfc4a3cbb69406ebcaa041326731048022e434 Sat Dec 06 21:39:25 CET 2014 Alexander Motin <mav@FreeBSD.org> Count consecutive read requests as blocking in CTL for files and ZVOLs.
Technically read requests can be executed in any order or simultaneously since they are not changing any data. But ZFS prefetcher goes crasy when it receives consecutive requests from different threads. Since prefetcher works on level of separate blocks, instead of two consecutive 128K requests it may receive 32 8K requests in mixed order.
This patch is more workaround then a real fix, and it does not fix all of prefetcher problems, but it improves sequential read speed by 3-4x times in some configurations. On the other side it may hurt performance if some backing store has no prefetch, that is why it is disabled by default for raw devices.
MFC after: 2 weeks
|
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.8 | diff bfbfc4a3cbb69406ebcaa041326731048022e434 Sat Dec 06 21:39:25 CET 2014 Alexander Motin <mav@FreeBSD.org> Count consecutive read requests as blocking in CTL for files and ZVOLs.
Technically read requests can be executed in any order or simultaneously since they are not changing any data. But ZFS prefetcher goes crasy when it receives consecutive requests from different threads. Since prefetcher works on level of separate blocks, instead of two consecutive 128K requests it may receive 32 8K requests in mixed order.
This patch is more workaround then a real fix, and it does not fix all of prefetcher problems, but it improves sequential read speed by 3-4x times in some configurations. On the other side it may hurt performance if some backing store has no prefetch, that is why it is disabled by default for raw devices.
MFC after: 2 weeks
|