• Andy Grover's avatar
    RDS: Add flag for silent ops. Do atomic op before RDMA · 2c3a5f9a
    Andy Grover authored
    Add a flag to the API so users can indicate they want
    silent operations. This is needed because silent ops
    cannot be used with USE_ONCE MRs, so we can't just
    assume silent.
    
    Also, change send_xmit to do atomic op before rdma op if
    both are present, and centralize the hairy logic to determine if
    we want to attempt silent, or not.
    Signed-off-by: default avatarAndy Grover <andy.grover@oracle.com>
    2c3a5f9a
rdma.c 20.6 KB