commit | 6b7d103c1b11346499063d9167832596de754ea4 | [log] [tgz] |
---|---|---|
author | Latchesar Ionkov <lucho@ionkov.net> | Sat Oct 19 15:55:41 2013 -0600 |
committer | Roland Dreier <roland@purestorage.com> | Fri Nov 08 14:42:54 2013 -0800 |
tree | b6da2991326a0cf08d4d5dc856468913ae71a14c | |
parent | 959f58544b7f20c92d5eb43d1232c96c15c01bfb [diff] |
IB/core: Pass imm_data from ib_uverbs_send_wr to ib_send_wr correctly Currently, we don't copy the immediate data from the userspace struct to the kernel one when UD messages are being sent. This patch makes sure that the immediate data is set correctly. Signed-off-by: Latchesar Ionkov <lucho@ionkov.net> Signed-off-by: Roland Dreier <roland@purestorage.com>