• Chuck Lever's avatar
    svcrdma: Add a @status parameter to svc_rdma_send_error_msg() · 4f200bd8
    Chuck Lever authored
    The common "send RDMA_ERR" function should be in svc_rdma_sendto.c,
    since that is where the other Send-related functions are located.
    So from here, I will beef up svc_rdma_send_error_msg() and deprecate
    svc_rdma_send_error().
    
    A generic svc_rdma_send_error_msg() will need to handle both
    ERR_CHUNK and ERR_VERS. Copy that logic from svc_rdma_send_error()
    to svc_rdma_send_error_msg().
    Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
    4f200bd8
svc_rdma_sendto.c 27.9 KB