Skip to content
Commit a7d3a281 authored by Andy Grover's avatar Andy Grover
Browse files

RDS: Call rds_send_xmit() directly from sendmsg()



rds_sendmsg() is calling the send worker function to
send the just-queued datagrams, presumably because it wants
the behavior where anything not sent will re-call the send
worker. We now ensure all queued datagrams are sent by retrying
from the send completion handler, so this isn't needed any more.

Signed-off-by: default avatarAndy Grover <andy.grover@oracle.com>
parent 2ad8099b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment