Revision 628f07d33c1f2e7bf31e0a4a988bb07914bd5e73 authored by Eyal Itkin on 07 February 2017, 13:43:05 UTC, committed by Doug Ledford on 08 February 2017, 17:28:30 UTC
Update the response's resid field when larger than MTU, instead of only
updating the local resid variable.

Fixes: 8700e3e7c485 ("Soft RoCE driver")
Signed-off-by: Eyal Itkin <eyal.itkin@gmail.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
1 parent b4cfe39
Raw File
Makefile
#
# Makefile for the IPACK bridge device drivers.
#
obj-$(CONFIG_IPACK_BUS)		+= ipack.o
obj-y				+= devices/
obj-y				+= carriers/
back to top