aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma/hfi
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2016-07-27 21:08:42 -0400
committerDoug Ledford <dledford@redhat.com>2016-08-02 22:46:21 -0400
commitc49298026908a8ce9dcf01ed68734ad171cef98b (patch)
tree303688733b41eadebc1f24ccbbedb259bda9d100 /include/uapi/rdma/hfi
parentIB/rdmavt: Eliminate redundant opcode test in mr ref clear (diff)
downloadlinux-dev-c49298026908a8ce9dcf01ed68734ad171cef98b.tar.xz
linux-dev-c49298026908a8ce9dcf01ed68734ad171cef98b.zip
IB/hfi1: Allow for non-double word multiple message sizes for user SDMA
The driver pads non-double word multiple message sizes but it doesn't account for this padding when the packet length is calculated. Also, the data length is miscalculated for message sizes less than 4 bytes due to the bit representation in LRH. And there's a check for non-double word multiple message sizes that prevents these messages from being sent. This patch fixes length miscalculations and enables the functionality to send non-double word multiple message sizes. Reviewed-by: Harish Chegondi <harish.chegondi@intel.com> Signed-off-by: Sebastian Sanchez <sebastian.sanchez@intel.com> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/uapi/rdma/hfi')
-rw-r--r--include/uapi/rdma/hfi/hfi1_user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/rdma/hfi/hfi1_user.h b/include/uapi/rdma/hfi/hfi1_user.h
index 98bebf8bef55..d15e7289d835 100644
--- a/include/uapi/rdma/hfi/hfi1_user.h
+++ b/include/uapi/rdma/hfi/hfi1_user.h
@@ -75,7 +75,7 @@
* may not be implemented; the user code must deal with this if it
* cares, or it must abort after initialization reports the difference.
*/
-#define HFI1_USER_SWMINOR 1
+#define HFI1_USER_SWMINOR 2
/*
* We will encode the major/minor inside a single 32bit version number.