All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] thunderbolt: USB4STREAM improvements
@ 2026-07-28 11:51 Mika Westerberg
  2026-07-28 11:51 ` [PATCH 1/5] thunderbolt: stream: Restore consumer if copying from iter fails Mika Westerberg
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mika Westerberg @ 2026-07-28 11:51 UTC (permalink / raw)
  To: linux-usb
  Cc: Yehezkel Bernat, Lukas Wunner, Andreas Noever, Alan Borzeszkowski,
	Mika Westerberg

Hi all,

This series has a couple of non-critical fixes for USB4STREAM driver and
then makes it work better with io_uring. In addition to that we add a busy
polling mode that can be used by applications that need lower latency than
what is possible with the interrupt mode and worker scheduling.

Mika Westerberg (5):
  thunderbolt: stream: Restore consumer if copying from iter fails
  thunderbolt: stream: Fix possible short reads/writes
  thunderbolt: stream: Support IOCB_NOWAIT in non-blocking I/O as well
  thunderbolt: Make interrupt optional for rings
  thunderbolt: stream: Add support for busy polling

 .../ABI/testing/configfs-thunderbolt_stream   |  15 +
 drivers/thunderbolt/nhi.c                     |  27 +-
 drivers/thunderbolt/stream.c                  | 256 ++++++++++++++----
 include/linux/thunderbolt.h                   |   2 +
 4 files changed, 243 insertions(+), 57 deletions(-)

-- 
2.50.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-07-28 11:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28 11:51 [PATCH 0/5] thunderbolt: USB4STREAM improvements Mika Westerberg
2026-07-28 11:51 ` [PATCH 1/5] thunderbolt: stream: Restore consumer if copying from iter fails Mika Westerberg
2026-07-28 11:51 ` [PATCH 2/5] thunderbolt: stream: Fix possible short reads/writes Mika Westerberg
2026-07-28 11:51 ` [PATCH 3/5] thunderbolt: stream: Support IOCB_NOWAIT in non-blocking I/O as well Mika Westerberg
2026-07-28 11:51 ` [PATCH 4/5] thunderbolt: Make interrupt optional for rings Mika Westerberg
2026-07-28 11:51 ` [PATCH 5/5] thunderbolt: stream: Add support for busy polling Mika Westerberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.