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
6lowpan
Kconfig -rw-r--r-- 986 bytes
Makefile -rw-r--r-- 329 bytes
core.c -rw-r--r-- 7.2 KB
core.h -rw-r--r-- 1.2 KB
header_ops.c -rw-r--r-- 6.8 KB
ieee802154.h -rw-r--r-- 3.4 KB
netlink.c -rw-r--r-- 4.5 KB
nl-mac.c -rw-r--r-- 34.5 KB
nl-phy.c -rw-r--r-- 7.9 KB
nl802154.c -rw-r--r-- 65.3 KB
nl802154.h -rw-r--r-- 154 bytes
nl_policy.c -rw-r--r-- 3.3 KB
rdev-ops.h -rw-r--r-- 8.8 KB
socket.c -rw-r--r-- 23.4 KB
sysfs.c -rw-r--r-- 2.6 KB
sysfs.h -rw-r--r-- 194 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 8.2 KB

back to top