mbox series

[RESEND,V2,for-next,0/4] Two new features support for hip08

Message ID 1537604468-52162-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers show
Series Two new features support for hip08 | expand

Message

Lijun Ou Sept. 22, 2018, 8:21 a.m. UTC
This patch series adds atomic and cm of vlan device function for
hip08 as well as optimize some codes for post send verbs.

Change from V1:
1. Fix the comment with Leon Romanovsky's reviews

Lijun Ou (4):
  RDMA/hns: Refactor the codes for setting transport opode
  RDMA/hns: Add atomic support
  RDMA/hns: Add CM of vlan device support
  RDMA/hns: Add enable judgement for UD vlan

 drivers/infiniband/hw/hns/hns_roce_ah.c     |   6 +-
 drivers/infiniband/hw/hns/hns_roce_device.h |   2 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 117 ++++++++++++++++------------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  12 +++
 drivers/infiniband/hw/hns/hns_roce_main.c   |   3 +-
 5 files changed, 87 insertions(+), 53 deletions(-)

Comments

Jason Gunthorpe Sept. 26, 2018, 9:04 p.m. UTC | #1
On Sat, Sep 22, 2018 at 04:21:04PM +0800, Lijun Ou wrote:
> This patch series adds atomic and cm of vlan device function for
> hip08 as well as optimize some codes for post send verbs.
> 
> Change from V1:
> 1. Fix the comment with Leon Romanovsky's reviews
> 
> Lijun Ou (4):
>   RDMA/hns: Refactor the codes for setting transport opode
>   RDMA/hns: Add atomic support
>   RDMA/hns: Add CM of vlan device support
>   RDMA/hns: Add enable judgement for UD vlan

Applied to for-next

Thanks,
Jason