Re: [PATCH] IB/usnic: Support more QP state transitions

2015-12-23 Thread Doug Ledford
On 12/09/2015 01:42 PM, Nelson Escobar wrote: > They were already implemented at a lower layer, but the upper level > routine placed arbitrary restrictions on which transitions were > permitted. Simplify the state machine logic to live wholly in > usnic_ib_qp_grp_modify. > > Signed-off-by: Dave

[PATCH] IB/usnic: Support more QP state transitions

2015-12-09 Thread Nelson Escobar
They were already implemented at a lower layer, but the upper level routine placed arbitrary restrictions on which transitions were permitted. Simplify the state machine logic to live wholly in usnic_ib_qp_grp_modify. Signed-off-by: Dave Goodell Reviewed-by: Reese Faucette