SUNRPC: Allow creation of RPC clients with multiple connections
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 27 Apr 2017 12:50:51 +0000 (08:50 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 6 Jul 2019 18:54:50 +0000 (14:54 -0400)
commit612b41f808a98a124b23d72229693c3181733291
treeff691ddc80892858312a7aa0ce43e1c4286e63ad
parent21f0ffaff510b0530bfdf77da7133c0b99dee2fe
SUNRPC: Allow creation of RPC clients with multiple connections

Add an argument to struct rpc_create_args that allows the specification
of how many transport connections you want to set up to the server.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
include/linux/sunrpc/clnt.h
net/sunrpc/clnt.c
net/sunrpc/xprtmultipath.c