• C
    svcrdma: Double the default credit limit · d9bb5a43
    Chuck Lever 提交于
    The RDMA credit limit controls how many concurrent RPCs are allowed
    per connection.
    
    An NFS/RDMA client and server exchange their credit limits in the
    RPC/RDMA headers. The Linux client and the Solaris client and server
    allow 32 credits. The Linux server allows only 16, which limits its
    performance.
    
    Set the server's default credit limit to 32, like the other well-
    known implementations, so the out-of-the-shrinkwrap performance of
    the Linux server is better.
    Signed-off-by: NChuck Lever <chuck.lever@oracle.com>
    Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
    d9bb5a43
svc_rdma.h 10.2 KB