• Zach Brown's avatar
    RDS/IB: create a work queue for FMR flushing · 515e079d
    Zach Brown authored
    This patch moves the FMR flushing work in to its own mult-threaded work queue.
    This is to maintain performance in preparation for returning the main krdsd
    work queue back to a single threaded work queue to avoid deep-rooted
    concurrency bugs.
    
    This is also good because it further separates FMRs, which might be removed
    some day, from the rest of the code base.
    Signed-off-by: default avatarZach Brown <zach.brown@oracle.com>
    515e079d
ib_rdma.c 20.3 KB