Skip to content

Commit

Permalink
Update kernel headers
Browse files Browse the repository at this point in the history
To commit: d3f4020a213e ("RDMA/hns: Response dmac to userspace").

Signed-off-by: Junxian Huang <huangjunxian6@hisilicon.com>
  • Loading branch information
Junxian Huang authored and Junxian Huang committed Dec 8, 2023
1 parent 0cf342c commit 4a2b064
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kernel-headers/rdma/hns-abi.h
Expand Up @@ -125,4 +125,9 @@ struct hns_roce_ib_alloc_pd_resp {
__u32 pdn;
};

struct hns_roce_ib_create_ah_resp {
__u8 dmac[6];
__u8 reserved[2];
};

#endif /* HNS_ABI_USER_H */

0 comments on commit 4a2b064

Please sign in to comment.