git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
979570e
)
IB/core: Reserve bits in enum ib_qp_create_flags for low-level driver use
author
Jack Morgenstein
<jackm@dev.mellanox.co.il>
Fri, 3 Aug 2012 08:40:37 +0000
(08:40 +0000)
committer
Roland Dreier
<roland@purestorage.com>
Mon, 1 Oct 2012 03:33:28 +0000
(20:33 -0700)
Reserve bits 26-31 for internal use by low-level drivers. Two such
bits are used in the mlx4_b driver SR-IOV implementation.
These enum additions guarantee that the core layer will never use
these bits, so that low level drivers may safely make use of them.
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <roland@purestorage.com>
No differences found