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-- 188 bytes
Makefile -rw-r--r-- 321 bytes
acl.c -rw-r--r-- 4.1 KB
dcache.c -rw-r--r-- 3.6 KB
devorangefs-req.c -rw-r--r-- 22.4 KB
dir.c -rw-r--r-- 10.0 KB
downcall.h -rw-r--r-- 3.0 KB
file.c -rw-r--r-- 18.9 KB
inode.c -rw-r--r-- 11.0 KB
namei.c -rw-r--r-- 12.0 KB
orangefs-bufmap.c -rw-r--r-- 12.7 KB
orangefs-bufmap.h -rw-r--r-- 806 bytes
orangefs-cache.c -rw-r--r-- 4.2 KB
orangefs-debug.h -rw-r--r-- 2.7 KB
orangefs-debugfs.c -rw-r--r-- 25.3 KB
orangefs-debugfs.h -rw-r--r-- 309 bytes
orangefs-dev-proto.h -rw-r--r-- 2.2 KB
orangefs-kernel.h -rw-r--r-- 16.3 KB
orangefs-mod.c -rw-r--r-- 5.9 KB
orangefs-sysfs.c -rw-r--r-- 32.2 KB
orangefs-sysfs.h -rw-r--r-- 77 bytes
orangefs-utils.c -rw-r--r-- 17.7 KB
protocol.h -rw-r--r-- 13.4 KB
super.c -rw-r--r-- 15.5 KB
symlink.c -rw-r--r-- 423 bytes
upcall.h -rw-r--r-- 6.7 KB
waitqueue.c -rw-r--r-- 9.8 KB
xattr.c -rw-r--r-- 12.6 KB

back to top