Re: [PATCH for-next V2 01/22] IB/core: Reserve bits in enum ib_qp_create_flags for low-level driver use

2012-09-25 Thread Jack Morgenstein
Thanks, Roland! -Jack On Monday 24 September 2012 21:34, Roland Dreier wrote: > So I applied this whole series, with the plan to merge this for 3.7. > > Please send any changes as patches on top of what's already merged. > > Thanks, > Roland > -- To unsubscribe from this list: send the line

Re: [PATCH for-next V2 01/22] IB/core: Reserve bits in enum ib_qp_create_flags for low-level driver use

2012-09-24 Thread Roland Dreier
So I applied this whole series, with the plan to merge this for 3.7. Please send any changes as patches on top of what's already merged. Thanks, Roland -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo i

Re: [PATCH for-next V2 01/22] IB/core: Reserve bits in enum ib_qp_create_flags for low-level driver use

2012-09-06 Thread Jack Morgenstein
Thanks, Doug! -Jack On Wednesday 05 September 2012 17:55, Doug Ledford wrote: > On 8/3/2012 4:40 AM, Jack Morgenstein wrote: > > Reserve bits 26-31 for internal use by low-level drivers. Two > > such bits are used in the mlx4 driver SRIOV IB implementation. > > > > These enum additions guarantee

Re: [PATCH for-next V2 01/22] IB/core: Reserve bits in enum ib_qp_create_flags for low-level driver use

2012-09-05 Thread Doug Ledford
On 8/3/2012 4:40 AM, Jack Morgenstein wrote: > Reserve bits 26-31 for internal use by low-level drivers. Two > such bits are used in the mlx4 driver SRIOV IB implementation. > > These enum additions guarantee that the core layer will never use > these bits, so that low level drivers may safely mak

[PATCH for-next V2 01/22] IB/core: Reserve bits in enum ib_qp_create_flags for low-level driver use

2012-08-03 Thread Jack Morgenstein
Reserve bits 26-31 for internal use by low-level drivers. Two such bits are used in the mlx4 driver SRIOV IB 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 --- i