mbox series

[V2,for-next,0/4] Fixes for hns

Message ID 1558683083-79692-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers show
Series Fixes for hns | expand

Message

Lijun Ou May 24, 2019, 7:31 a.m. UTC
Here are two fixes patches for hip08 and hip06 as well as
two updates for hip08. 

Lang Cheng (2):
  RDMA/hns: Move spin_lock_irqsave to the correct place
  RDMA/hns: Remove jiffies operation in disable interrupt context

Lijun Ou (1):
  RDMA/hns: Update CQE specifications

Yixian Liu (1):
  RDMA/hns: Remove unnecessary prompt message in aeq

 drivers/infiniband/hw/hns/hns_roce_hem.c   | 21 +++++++++++----------
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 24 +++++++++++++++---------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c |  1 -
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h |  2 +-
 drivers/infiniband/hw/hns/hns_roce_main.c  | 10 ----------
 5 files changed, 27 insertions(+), 31 deletions(-)

Comments

Jason Gunthorpe May 27, 2019, 8:29 p.m. UTC | #1
On Fri, May 24, 2019 at 03:31:19PM +0800, Lijun Ou wrote:
> Here are two fixes patches for hip08 and hip06 as well as
> two updates for hip08. 
> 
> Lang Cheng (2):
>   RDMA/hns: Move spin_lock_irqsave to the correct place
>   RDMA/hns: Remove jiffies operation in disable interrupt context
> 
> Lijun Ou (1):
>   RDMA/hns: Update CQE specifications
> 
> Yixian Liu (1):
>   RDMA/hns: Remove unnecessary prompt message in aeq

Applied to for-next

Thanks,
Jason