Error when the block size on the RDMA server is less than the client
authorLogan Gunthorpe <logang@deltatee.com>
Fri, 10 Jul 2015 17:54:25 +0000 (11:54 -0600)
committerLogan Gunthorpe <logang@deltatee.com>
Fri, 10 Jul 2015 17:54:25 +0000 (11:54 -0600)
When running an rdma client with a block size set less than
the block size set on the server, currently the code crashes.

This patch has the two sides exchange max_bs values and errors
out gracefully if the server side is too small.


No differences found