Revision e6d2e0176e1f3c1e1534851b66c0b972f03ff069 authored by Jubin John on 12 April 2016, 17:47:00 UTC, committed by Doug Ledford on 28 April 2016, 16:00:39 UTC
call_send is used to determine whether to send immediately or schedule
a send for later. The current logic in rdmavt is inverted and has a
negative impact on the latency of the hfi1 and qib drivers. Fix this
regression by correctly calling send immediately when call_send is set.

Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
1 parent 849e3e9
History
File Mode Size
Kconfig -rw-r--r-- 1.0 KB
Makefile -rw-r--r-- 441 bytes
af_rxrpc.c -rw-r--r-- 20.5 KB
ar-accept.c -rw-r--r-- 12.5 KB
ar-ack.c -rw-r--r-- 34.2 KB
ar-call.c -rw-r--r-- 25.8 KB
ar-connection.c -rw-r--r-- 22.6 KB
ar-connevent.c -rw-r--r-- 9.2 KB
ar-error.c -rw-r--r-- 5.2 KB
ar-input.c -rw-r--r-- 19.9 KB
ar-internal.h -rw-r--r-- 29.0 KB
ar-key.c -rw-r--r-- 29.0 KB
ar-local.c -rw-r--r-- 10.1 KB
ar-output.c -rw-r--r-- 18.2 KB
ar-peer.c -rw-r--r-- 7.2 KB
ar-proc.c -rw-r--r-- 5.0 KB
ar-recvmsg.c -rw-r--r-- 10.3 KB
ar-security.c -rw-r--r-- 5.6 KB
ar-skbuff.c -rw-r--r-- 3.6 KB
ar-transport.c -rw-r--r-- 7.2 KB
rxkad.c -rw-r--r-- 28.9 KB
sysctl.c -rw-r--r-- 3.6 KB

back to top