On Thu, 2014-02-20 at 19:43 +0200, Sagi Grimberg wrote: > Signed-off-by: Sagi Grimberg <sagig@xxxxxxxxxxxx> > --- Applied + squashed into target-pending/rdma-dif for commit: IB/mlx5: Collect signature error completion --nab > drivers/infiniband/hw/mlx5/qp.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/infiniband/hw/mlx5/qp.c b/drivers/infiniband/hw/mlx5/qp.c > index 22db279..5036a2e 100644 > --- a/drivers/infiniband/hw/mlx5/qp.c > +++ b/drivers/infiniband/hw/mlx5/qp.c > @@ -1756,7 +1756,6 @@ static __be64 frwr_mkey_mask(void) > result = MLX5_MKEY_MASK_LEN | > MLX5_MKEY_MASK_PAGE_SIZE | > MLX5_MKEY_MASK_START_ADDR | > - MLX5_MKEY_MASK_EN_SIGERR | > MLX5_MKEY_MASK_EN_RINVAL | > MLX5_MKEY_MASK_KEY | > MLX5_MKEY_MASK_LR | > @@ -1778,6 +1777,7 @@ static __be64 sig_mkey_mask(void) > MLX5_MKEY_MASK_PAGE_SIZE | > MLX5_MKEY_MASK_START_ADDR | > MLX5_MKEY_MASK_EN_RINVAL | > + MLX5_MKEY_MASK_EN_SIGERR | > MLX5_MKEY_MASK_KEY | > MLX5_MKEY_MASK_LR | > MLX5_MKEY_MASK_LW | -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html