Re: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-05-04 Thread Michael Wang
On 05/01/2015 08:34 AM, ira.weiny wrote: > On Tue, Apr 28, 2015 at 05:10:00PM +0200, Michael Wang wrote: >> Since v6: >> * Thanks to Ira, Devesh for the review and testing :-) >> * Thanks for the comments from Sean, Tom, Jason, Doug, Devesh, Ira, >> Liran :-) Please remind me if anything

Re: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-05-04 Thread Michael Wang
On 05/01/2015 08:34 AM, ira.weiny wrote: On Tue, Apr 28, 2015 at 05:10:00PM +0200, Michael Wang wrote: Since v6: * Thanks to Ira, Devesh for the review and testing :-) * Thanks for the comments from Sean, Tom, Jason, Doug, Devesh, Ira, Liran :-) Please remind me if anything missed

RE: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-05-01 Thread Weiny, Ira
> > > Does anyone have a link to the emails which proposed bitmasks? I > > can't find them right now. > > I think converting the caps functions into bits is a good place to start. That is where I am starting... Ira -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

RE: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-05-01 Thread Hefty, Sean
> Does anyone have a link to the emails which proposed bitmasks? I can't > find > them right now. I think converting the caps functions into bits is a good place to start. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-05-01 Thread ira.weiny
On Tue, Apr 28, 2015 at 05:10:00PM +0200, Michael Wang wrote: > Since v6: > * Thanks to Ira, Devesh for the review and testing :-) > * Thanks for the comments from Sean, Tom, Jason, Doug, Devesh, Ira, > Liran :-) Please remind me if anything missed :-P > * Use query_protocol() and enum

Re: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-05-01 Thread ira.weiny
On Tue, Apr 28, 2015 at 05:10:00PM +0200, Michael Wang wrote: Since v6: * Thanks to Ira, Devesh for the review and testing :-) * Thanks for the comments from Sean, Tom, Jason, Doug, Devesh, Ira, Liran :-) Please remind me if anything missed :-P * Use query_protocol() and enum

RE: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-05-01 Thread Hefty, Sean
Does anyone have a link to the emails which proposed bitmasks? I can't find them right now. I think converting the caps functions into bits is a good place to start. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org

RE: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-05-01 Thread Weiny, Ira
Does anyone have a link to the emails which proposed bitmasks? I can't find them right now. I think converting the caps functions into bits is a good place to start. That is where I am starting... Ira -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-04-30 Thread Michael Wang
On 04/29/2015 06:28 PM, Doug Ledford wrote: > On Tue, 2015-04-28 at 17:10 +0200, Michael Wang wrote: >> Since v6: >> * Thanks to Ira, Devesh for the review and testing :-) >> * Thanks for the comments from Sean, Tom, Jason, Doug, Devesh, Ira, >> Liran :-) Please remind me if anything

Re: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-04-30 Thread Michael Wang
On 04/29/2015 06:28 PM, Doug Ledford wrote: On Tue, 2015-04-28 at 17:10 +0200, Michael Wang wrote: Since v6: * Thanks to Ira, Devesh for the review and testing :-) * Thanks for the comments from Sean, Tom, Jason, Doug, Devesh, Ira, Liran :-) Please remind me if anything missed :-P

Re: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-04-29 Thread Doug Ledford
On Tue, 2015-04-28 at 17:10 +0200, Michael Wang wrote: > Since v6: > * Thanks to Ira, Devesh for the review and testing :-) > * Thanks for the comments from Sean, Tom, Jason, Doug, Devesh, Ira, > Liran :-) Please remind me if anything missed :-P > * Use query_protocol() and enum protocol

Re: [PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-04-29 Thread Doug Ledford
On Tue, 2015-04-28 at 17:10 +0200, Michael Wang wrote: Since v6: * Thanks to Ira, Devesh for the review and testing :-) * Thanks for the comments from Sean, Tom, Jason, Doug, Devesh, Ira, Liran :-) Please remind me if anything missed :-P * Use query_protocol() and enum protocol type

[PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-04-28 Thread Michael Wang
Since v6: * Thanks to Ira, Devesh for the review and testing :-) * Thanks for the comments from Sean, Tom, Jason, Doug, Devesh, Ira, Liran :-) Please remind me if anything missed :-P * Use query_protocol() and enum protocol type in 1# * Use rdma_protocol_XX() in 2# * Drop

[PATCH v7 00/23] IB/Verbs: IB Management Helpers

2015-04-28 Thread Michael Wang
Since v6: * Thanks to Ira, Devesh for the review and testing :-) * Thanks for the comments from Sean, Tom, Jason, Doug, Devesh, Ira, Liran :-) Please remind me if anything missed :-P * Use query_protocol() and enum protocol type in 1# * Use rdma_protocol_XX() in 2# * Drop