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
Documentation
arch
.gitignore -rw-r--r-- 36 bytes
Build -rw-r--r-- 277 bytes
Makefile -rw-r--r-- 2.0 KB
arch.h -rw-r--r-- 1.3 KB
builtin-check.c -rw-r--r-- 26.7 KB
builtin.h -rw-r--r-- 829 bytes
elf.c -rw-r--r-- 8.4 KB
elf.h -rw-r--r-- 2.1 KB
objtool.c -rw-r--r-- 3.0 KB
special.c -rw-r--r-- 4.6 KB
special.h -rw-r--r-- 1.1 KB
warn.h -rw-r--r-- 1.5 KB

back to top