Re: [PATCH V2 13/22] bnxt_re: Support QP verbs

2016-12-12 Thread Selvin Xavier
On Mon, Dec 12, 2016 at 11:57 PM, Leon Romanovsky wrote: > It can help to review if you break this function into smaller pieces and > get rid of switch->switch->if construction. Thanks Leon. I will address this and your previous comments in v3 patch set.

Re: [PATCH V2 13/22] bnxt_re: Support QP verbs

2016-12-12 Thread Leon Romanovsky
On Thu, Dec 08, 2016 at 10:48:07PM -0800, Selvin Xavier wrote: > This patch implements create_qp, destroy_qp, query_qp and modify_qp verbs. > > v2: Fixed sparse warnings > > Signed-off-by: Eddie Wai > Signed-off-by: Devesh Sharma >

[PATCH V2 13/22] bnxt_re: Support QP verbs

2016-12-08 Thread Selvin Xavier
This patch implements create_qp, destroy_qp, query_qp and modify_qp verbs. v2: Fixed sparse warnings Signed-off-by: Eddie Wai Signed-off-by: Devesh Sharma Signed-off-by: Somnath Kotur Signed-off-by: Sriharsha