Skip to content
Snippets Groups Projects
Commit f17a1a55 authored by Andy Grover's avatar Andy Grover
Browse files

RDS: Refill recv ring directly from tasklet


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>
parent 77dd550e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment