Re: [PATCH] IB/mlx5: Unify CQ create flags check

2015-12-29 Thread Sagi Grimberg
Does this deserve a Fixes tag? -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] IB/mlx5: Unify CQ create flags check

2015-12-29 Thread Leon Romanovsky
From: Leon Romanovsky The create_cq() can receive creation flags which were used differently by two following commits [1] and [2]. This patch unifies the check into one function and one return error code. [1] commit 972ecb821379 ("IB/mlx5: Add create_cq extended command") [2] commit 051f263098a