projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896b1ec
)
i40iw: Set MAX_IRD_SIZE to 64
author
Shiraz Saleem
<shiraz.saleem@intel.com>
Fri, 22 Dec 2017 15:46:54 +0000
(09:46 -0600)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Fri, 22 Dec 2017 20:33:30 +0000
(13:33 -0700)
Increase I40IW_MAX_IRD_SIZE to 64 which is the device limit.
Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/i40iw/i40iw_user.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/i40iw/i40iw_user.h
b/drivers/infiniband/hw/i40iw/i40iw_user.h
index e73efc59a0abca7cb1b7a78d916f7f4c1a922bb0..5467c6fdad036eb400ad997dbdeb4aae57526500 100644
(file)
--- a/
drivers/infiniband/hw/i40iw/i40iw_user.h
+++ b/
drivers/infiniband/hw/i40iw/i40iw_user.h
@@
-72,7
+72,7
@@
enum i40iw_device_capabilities_const {
I40IW_MAX_SQ_PAYLOAD_SIZE = 2145386496,
I40IW_MAX_INLINE_DATA_SIZE = 48,
I40IW_MAX_PUSHMODE_INLINE_DATA_SIZE = 48,
- I40IW_MAX_IRD_SIZE = 6
3
,
+ I40IW_MAX_IRD_SIZE = 6
4
,
I40IW_MAX_ORD_SIZE = 127,
I40IW_MAX_WQ_ENTRIES = 2048,
I40IW_Q2_BUFFER_SIZE = (248 + 100),