Skip to content

Commit

Permalink
Merge pull request #1156 from Wenpeng-Liang/bugfix
Browse files Browse the repository at this point in the history
libhns: Extended QP supports the new post send mechanism
  • Loading branch information
rleon committed Mar 21, 2022
2 parents f9848a9 + 36446a5 commit 6963839
Show file tree
Hide file tree
Showing 4 changed files with 792 additions and 46 deletions.
6 changes: 6 additions & 0 deletions providers/hns/hns_roce_u.h
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,12 @@ struct hns_roce_qp {
unsigned long flags;
int refcnt; /* specially used for XRC */
void *dwqe_page;

/* specific fields for the new post send APIs */
int err;
void *cur_wqe;
unsigned int rb_sq_head; /* roll back sq head */
struct hns_roce_sge_info sge_info;
};

struct hns_roce_av {
Expand Down

0 comments on commit 6963839

Please sign in to comment.