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)
commitc44212635b91a2c983806761911c8d4ca956050a
tree464f482940cf21d194b31faf6557736163f4f9ca
parent7627557b4795971e0a7565f51415697c71d27c6b
Error when the block size on the RDMA server is less than the client

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.
engines/rdma.c