All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] thunderbolt: XDomain and NHI improvements
@ 2020-06-15 13:01 Mika Westerberg
  2020-06-15 13:01 ` [PATCH 1/4] thunderbolt: Build initial XDomain property block upon first connect Mika Westerberg
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Mika Westerberg @ 2020-06-15 13:01 UTC (permalink / raw)
  To: linux-usb
  Cc: Michael Jamet, Mika Westerberg, Yehezkel Bernat,
	David S . Miller, Jakub Kicinski, Andreas Noever, Lukas Wunner,
	Greg Kroah-Hartman, netdev

Hi,

This small series improves the "data" path handling when doing host-to-host
connections over TBT/USB4 cable. First patch delays setting nodename upon
first connect to allow the userspace to fill in host name. Rest of the
series deal with the NHI (TBT/USB4 host interface) HopID allocation so that
by dropping the E2E workaround which was never used, we can use DMA rings
starting from 1 to transfer data over the TBT/USB4 fabric.

Mika Westerberg (4):
  thunderbolt: Build initial XDomain property block upon first connect
  thunderbolt: No need to warn if NHI hop_count != 12 or hop_count != 32
  thunderbolt: NHI can use HopIDs 1-7
  thunderbolt: Get rid of E2E workaround

 drivers/net/thunderbolt.c     |  4 +-
 drivers/thunderbolt/nhi.c     | 30 ++---------
 drivers/thunderbolt/switch.c  |  7 ++-
 drivers/thunderbolt/xdomain.c | 94 ++++++++++++++++++++---------------
 include/linux/thunderbolt.h   |  2 -
 5 files changed, 64 insertions(+), 73 deletions(-)

-- 
2.27.0.rc2


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

end of thread, other threads:[~2020-06-29 18:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15 13:01 [PATCH 0/4] thunderbolt: XDomain and NHI improvements Mika Westerberg
2020-06-15 13:01 ` [PATCH 1/4] thunderbolt: Build initial XDomain property block upon first connect Mika Westerberg
2020-06-15 13:01 ` [PATCH 2/4] thunderbolt: No need to warn if NHI hop_count != 12 or hop_count != 32 Mika Westerberg
2020-06-15 13:01 ` [PATCH 3/4] thunderbolt: NHI can use HopIDs 1-7 Mika Westerberg
2020-06-15 13:01 ` [PATCH 4/4] thunderbolt: Get rid of E2E workaround Mika Westerberg
2020-06-15 13:45   ` Yehezkel Bernat
2020-06-15 13:51     ` Greg Kroah-Hartman
2020-06-15 14:18       ` Yehezkel Bernat
2020-06-15 14:22         ` Mika Westerberg
2020-06-15 15:15           ` Yehezkel Bernat
2020-06-15 15:32             ` Mika Westerberg
2020-06-15 15:41               ` Yehezkel Bernat
2020-06-15 15:55                 ` Mika Westerberg
2020-06-15 19:54                   ` Yehezkel Bernat
2020-06-16 11:55                     ` Mika Westerberg
2020-06-22 16:33                       ` Mika Westerberg
2020-06-29 15:37 ` [PATCH 0/4] thunderbolt: XDomain and NHI improvements 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.