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-- 2.6 KB
Makefile -rw-r--r-- 496 bytes
affinity.c -rw-r--r-- 3.9 KB
autoprobe.c -rw-r--r-- 4.5 KB
chip.c -rw-r--r-- 30.2 KB
cpuhotplug.c -rw-r--r-- 2.1 KB
debug.h -rw-r--r-- 1.2 KB
devres.c -rw-r--r-- 5.6 KB
dummychip.c -rw-r--r-- 1.3 KB
generic-chip.c -rw-r--r-- 15.7 KB
handle.c -rw-r--r-- 5.3 KB
internals.h -rw-r--r-- 6.9 KB
ipi.c -rw-r--r-- 9.2 KB
irqdesc.c -rw-r--r-- 21.0 KB
irqdomain.c -rw-r--r-- 41.3 KB
manage.c -rw-r--r-- 54.1 KB
migration.c -rw-r--r-- 2.0 KB
msi.c -rw-r--r-- 10.9 KB
pm.c -rw-r--r-- 5.1 KB
proc.c -rw-r--r-- 12.2 KB
resend.c -rw-r--r-- 2.4 KB
settings.h -rw-r--r-- 4.4 KB
spurious.c -rw-r--r-- 11.9 KB

back to top