** Description changed:

  [Bug Description]
  roce patchset have merged into mainline 5.5rc6 kernel. Pls backport ubuntu 
18.04.5 kernel version
  [Steps to Reproduce]
    1)
    2)
    3)
  
  [Actual Results]
  
  [Expected Results]
  
  [Reproducibility]
  
  [Additional information]
    (Firmware version, kernel version, affected hardware, etc. if required):
  
  [Resolution]
  RDMA/hns: Delete unnecessary callback functions for cq
  RDMA/hns: Rename the functions used inside creating cq
  RDMA/hns: Redefine the member of hns_roce_cq struct
  RDMA/hns: Redefine interfaces used in creating cq
  IB/umem: remove the dmasync argument to ib_umem_get
  RDMA/hns: Modify appropriate printings
  RDMA/hns: Fix non-standard error codes
  RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the code
  RDMA/hns: Simplify doorbell initialization code
  RDMA/hns: Replace not intuitive function/macro names
  RDMA/hns: Modify fields of struct hns_roce_srq
  RDMA/hns: Delete unnecessary uar from hns_roce_cq
  RDMA/hns: Remove unnecessary structure hns_roce_sqp
  RDMA/hns: Delete unnecessary variable max_post
  RDMA/hns: Remove unsupported modify_port callback
  RDMA: Connect between the mmap entry and the umap_priv structure
  RDMA/hns: Fix build error again
  RDMA/hns: Fix memory leak on 'context' on error return path
  RDMA/hns: Bugfix for qpc/cqc timer configuration
  RDMA/hns: Fix to support 64K page for srq
  RDMA/hns: Delete BITS_PER_BYTE redefinition
  RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()
  RDMA/hns: Release qp resources when failed to destroy qp
  RDMA/hns: Fix a spelling mistake in a macro
  RDMA/hns: Modify return value of restrack functions
  RDMA/hns: Modify variable/field name from vlan to vlan_id
  RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_que
  RDMA/hns: remove a redundant le16_to_cpu
  RDMA/hns: Prevent memory leaks of eq->buf_list
  RDMA/hns: Correct the value of srq_desc_size
  RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LEN
  RDMA/hns: Add support for reporting wc as software mode
  RDMA/hns: Bugfix for posting a wqe with sge
  RDMA/hns: Fix coding style issues
  RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UP
  RDMA/hns: Remove redundant print information
  RDMA/hns: Delete unnessary parameters in hns_roce_v2_qp_modify()
  RDMA/hns: Update the value of qp type
  RDMA/hns: Remove unused function hns_roce_init_eq_table()
  RDMA/hns: Avoid printing address of mtt page
  RDMA/hns: Simplify the calculation and usage of wqe idx for post verbs
  
  update 01120
  RDMA/hns: Get pf capabilities from firmware
  RDMA/hns: Add interfaces to get pf capabilities from firmware
  RDMA/hns: Remove some redundant variables related to capabilities
  RDMA/hns: Add support for extended atomic in userspace
  
  [Status]
- (In Progress): RDMA/hns: Delete unnecessary callback functions for cq
- (In Progress): RDMA/hns: Rename the functions used inside creating cq
- (In Progress): RDMA/hns: Redefine the member of hns_roce_cq struct
- (In Progress): RDMA/hns: Redefine interfaces used in creating cq
- (In Progress): IB/umem: remove the dmasync argument to ib_umem_get
- (In Progress): RDMA/hns: Modify appropriate printings
- (In Progress): RDMA/hns: Fix non-standard error codes
- (In Progress): RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the code
- (In Progress): RDMA/hns: Simplify doorbell initialization code
- (In Progress): RDMA/hns: Replace not intuitive function/macro names
- (In Progress): RDMA/hns: Modify fields of struct hns_roce_srq
- (In Progress): RDMA/hns: Delete unnecessary uar from hns_roce_cq
- (In Progress): RDMA/hns: Remove unnecessary structure hns_roce_sqp
- (In Progress): RDMA/hns: Delete unnecessary variable max_post
- (In Progress): RDMA/hns: Remove unsupported modify_port callback
- (In Progress): RDMA: Connect between the mmap entry and the umap_priv 
structure
+ (Fix committed): RDMA/hns: Delete unnecessary callback functions for cq
+ (Fix committed): RDMA/hns: Rename the functions used inside creating cq
+ (Fix committed): RDMA/hns: Redefine the member of hns_roce_cq struct
+ (Fix committed): RDMA/hns: Redefine interfaces used in creating cq
+ (Fix committed): IB/umem: remove the dmasync argument to ib_umem_get
+ (Fix committed): RDMA/hns: Modify appropriate printings
+ (Fix committed): RDMA/hns: Fix non-standard error codes
+ (Fix committed): RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the code
+ (Fix committed): RDMA/hns: Simplify doorbell initialization code
+ (Fix committed): RDMA/hns: Replace not intuitive function/macro names
+ (Fix committed): RDMA/hns: Modify fields of struct hns_roce_srq
+ (Fix committed): RDMA/hns: Delete unnecessary uar from hns_roce_cq
+ (Fix committed): RDMA/hns: Remove unnecessary structure hns_roce_sqp
+ (Fix committed): RDMA/hns: Delete unnecessary variable max_post
+ (Fix committed): RDMA/hns: Remove unsupported modify_port callback
+ (Fix committed): RDMA: Connect between the mmap entry and the umap_priv 
structure
  (Fix committed): RDMA/hns: Fix build error again
  (Fix committed): RDMA/hns: Fix memory leak on 'context' on error return path
  (Fix committed): RDMA/hns: Bugfix for qpc/cqc timer configuration
  (Fix committed): RDMA/hns: Fix to support 64K page for srq
- (In Progress): RDMA/hns: Delete BITS_PER_BYTE redefinition
+ (Fix committed): RDMA/hns: Delete BITS_PER_BYTE redefinition
  (Fix committed): RDMA/hns: Prevent undefined behavior in 
hns_roce_set_user_sq_size()
  (Fix committed): RDMA/hns: Release qp resources when failed to destroy qp
- (In Progress): RDMA/hns: Fix a spelling mistake in a macro
+ (Fix committed): RDMA/hns: Fix a spelling mistake in a macro
  (Fix committed): RDMA/hns: Modify return value of restrack functions
- (In Progress): RDMA/hns: Modify variable/field name from vlan to vlan_id
+ (Fix committed): RDMA/hns: Modify variable/field name from vlan to vlan_id
  (Fix committed): RDMA/hns: Fix wrong parameters when initial mtt of 
srq->idx_que
  (Fix committed): RDMA/hns: remove a redundant le16_to_cpu
  (Fix committed): RDMA/hns: Prevent memory leaks of eq->buf_list
  (Fix committed): RDMA/hns: Correct the value of srq_desc_size
  (Fix committed): RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LEN
- (In Progress): RDMA/hns: Add support for reporting wc as software mode
- (In Progress): RDMA/hns: Bugfix for posting a wqe with sge
- (In Progress): RDMA/hns: Fix coding style issues
- (In Progress): RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UP
- (In Progress): RDMA/hns: Remove redundant print information
- (In Progress): RDMA/hns: Delete unnessary parameters in 
hns_roce_v2_qp_modify()
- (In Progress): RDMA/hns: Update the value of qp type
- (In Progress): RDMA/hns: Remove unused function hns_roce_init_eq_table()
- (In Progress): RDMA/hns: Avoid printing address of mtt page
- (In Progress): RDMA/hns: Simplify the calculation and usage of wqe idx for 
post verbs
- (In Progress): RDMA/hns: Get pf capabilities from firmware
- (In Progress): RDMA/hns: Add interfaces to get pf capabilities from firmware
- (In Progress): RDMA/hns: Remove some redundant variables related to 
capabilities
- (In Progress): RDMA/hns: Add support for extended atomic in userspace
+ (Fix committed): RDMA/hns: Add support for reporting wc as software mode
+ (Fix committed): RDMA/hns: Bugfix for posting a wqe with sge
+ (Fix committed): RDMA/hns: Fix coding style issues
+ (Fix committed): RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UP
+ (Fix committed): RDMA/hns: Remove redundant print information
+ (Fix committed): RDMA/hns: Delete unnessary parameters in 
hns_roce_v2_qp_modify()
+ (Fix committed): RDMA/hns: Update the value of qp type
+ (Fix committed): RDMA/hns: Remove unused function hns_roce_init_eq_table()
+ (Fix committed): RDMA/hns: Avoid printing address of mtt page
+ (Fix committed): RDMA/hns: Simplify the calculation and usage of wqe idx for 
post verbs
+ (Fix committed): RDMA/hns: Get pf capabilities from firmware
+ (Fix committed): RDMA/hns: Add interfaces to get pf capabilities from firmware
+ (Fix committed): RDMA/hns: Remove some redundant variables related to 
capabilities
+ (Fix committed): RDMA/hns: Add support for extended atomic in userspace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1859269

Title:
  [roce-0111]sync mainline kernel 5.5rc6 roce patchset into ubuntu HWE
  kernel branch

To manage notifications about this bug go to:
https://bugs.launchpad.net/kunpeng920/+bug/1859269/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to