Re: [PATCH v3 for-next 1/7] IB/core: Extend ib_uverbs_create_qp

2015-10-21 Thread Doug Ledford
On 10/21/2015 10:00 AM, Eran Ben Elisha wrote: > ib_uverbs_ex_create_qp follows the extension verbs > mechanism. New features (for example, QP creation flags > field which is added in a downstream patch) could used > via user-space libraries without breaking the ABI. > > Signed-off-by: Eran Ben El

Re: [PATCH v3 for-next 1/7] IB/core: Extend ib_uverbs_create_qp

2015-10-21 Thread Haggai Eran
On 21/10/2015 17:00, Eran Ben Elisha wrote: > ib_uverbs_ex_create_qp follows the extension verbs > mechanism. New features (for example, QP creation flags > field which is added in a downstream patch) could used > via user-space libraries without breaking the ABI. > > Signed-off-by: Eran Ben Elish

[PATCH v3 for-next 1/7] IB/core: Extend ib_uverbs_create_qp

2015-10-21 Thread Eran Ben Elisha
ib_uverbs_ex_create_qp follows the extension verbs mechanism. New features (for example, QP creation flags field which is added in a downstream patch) could used via user-space libraries without breaking the ABI. Signed-off-by: Eran Ben Elisha --- Hi Doug, This is a fix for the first patch of "Ad