Skip to content
  • Andy Grover's avatar
    RDS: Refill recv ring directly from tasklet · f17a1a55
    Andy Grover authored
    
    
    Performance is better if we use allocations that don't block
    to refill the receive ring. Since the whole reason we were
    kicking out to the worker thread was so we could do blocking
    allocs, we no longer need to do this.
    
    Remove gfp params from rds_ib_recv_refill(); we always use
    GFP_NOWAIT.
    
    Signed-off-by: default avatarAndy Grover <andy.grover@oracle.com>
    f17a1a55