Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1249988
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] tty: Use unbound workqueue for all input workers |
| Date | 2015-10-18 06:40 +0200 |
| Message-ID | <qkNVf-2KP-9@gated-at.bofh.it> (permalink) |
| References | <qkGqK-8ts-13@gated-at.bofh.it> <qkGqK-8ts-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Oct 17, 2015 at 04:36:24PM -0400, Peter Hurley wrote: > The commonly accepted wisdom that scheduling work on the same cpu > that handled interrupt i/o benefits from cache-locality is only > true if the cpu is idle (since bound kworkers are often the highest > vruntime and thus the lowest priority). > > Measurements of scheduling via the unbound queue show lowered > worst-case latency responses of up to 5x over bound workqueue, without > increase in average latency or throughput. > > pty i/o test measurements show >3x (!) reduced total running time; tests > previously taking ~8s now complete in <2.5s. Wow, nice job with this, that's unexpected. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 2/2] tty: Use unbound workqueue for all input workers Peter Hurley <peter@hurleysoftware.com> - 2015-10-17 22:40 +0200 Re: [PATCH 2/2] tty: Use unbound workqueue for all input workers Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-18 06:40 +0200
csiph-web