Revision 9fcd67d1772c43d2f23e8fca56acc7219e991676 authored by David Marchand on 24 February 2017, 14:38:26 UTC, committed by Doug Ledford on 25 March 2017, 02:07:27 UTC
According to C9-147, MSN should only be incremented when the last packet of
a multi packet request has been received.

"Logically, the requester associates a sequential Send Sequence Number
(SSN) with each WQE posted to the send queue. The SSN bears a one-
to-one relationship to the MSN returned by the responder in each re-
sponse packet. Therefore, when the requester receives a response, it in-
terprets the MSN as representing the SSN of the most recent request
completed by the responder to determine which send WQE(s) can be
completed."

Fixes: 8700e3e7c485 ("Soft RoCE driver")

Signed-off-by: David Marchand <david.marchand@6wind.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
1 parent 812755d
History
File Mode Size
Kconfig -rw-r--r-- 3.3 KB
Makefile -rw-r--r-- 818 bytes
array.c -rw-r--r-- 19.9 KB
base.c -rw-r--r-- 83.7 KB
cmdline.c -rw-r--r-- 651 bytes
consoles.c -rw-r--r-- 2.2 KB
cpuinfo.c -rw-r--r-- 564 bytes
devices.c -rw-r--r-- 1.4 KB
fd.c -rw-r--r-- 7.5 KB
fd.h -rw-r--r-- 500 bytes
generic.c -rw-r--r-- 14.1 KB
inode.c -rw-r--r-- 12.4 KB
internal.h -rw-r--r-- 8.2 KB
interrupts.c -rw-r--r-- 1.1 KB
kcore.c -rw-r--r-- 15.7 KB
kmsg.c -rw-r--r-- 1.5 KB
loadavg.c -rw-r--r-- 1.2 KB
meminfo.c -rw-r--r-- 5.3 KB
namespaces.c -rw-r--r-- 4.1 KB
nommu.c -rw-r--r-- 3.2 KB
page.c -rw-r--r-- 6.9 KB
proc_net.c -rw-r--r-- 4.6 KB
proc_sysctl.c -rw-r--r-- 40.0 KB
proc_tty.c -rw-r--r-- 4.7 KB
root.c -rw-r--r-- 4.9 KB
self.c -rw-r--r-- 1.7 KB
softirqs.c -rw-r--r-- 993 bytes
stat.c -rw-r--r-- 5.5 KB
task_mmu.c -rw-r--r-- 41.7 KB
task_nommu.c -rw-r--r-- 7.2 KB
thread_self.c -rw-r--r-- 1.9 KB
uptime.c -rw-r--r-- 1.1 KB
version.c -rw-r--r-- 761 bytes
vmcore.c -rw-r--r-- 29.8 KB

back to top