On Thu, May 30, 2019 at 10:41:28AM +1000, NeilBrown wrote: > This patch set is based on the patches in the multipath_tcp branch of > git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git > > I'd like to add my voice to those supporting this work and wanting to > see it land. > We have had customers/partners wanting this sort of functionality for > years. In SLES releases prior to SLE15, we've provide a > "nosharetransport" mount option, so that several filesystem could be > mounted from the same server and each would get its own TCP > connection. > In SLE15 we are using this 'nconnect' feature, which is much nicer. For what it's worth, we've also gotten at least one complaint of a performance regression on 4.0->4.1 upgrade because a user was depending on the fact that a 4.0 client would use multiple TCP connections to a server with multiple IP addresses. (Whereas in the 4.1 case the client will recognize that the addresses point to the same server and share any preexisting session.) --b.