forked from Minki/linux
RDMA/hns: Modify the mask of QP number for CQE of hip08
The hip08 supports up to 1M QPs, so the qpn mask of cqe should be modified. Link: https://lore.kernel.org/r/1585194018-4381-4-git-send-email-liweihang@huawei.com Signed-off-by: Lang Cheng <chenglang@huawei.com> Signed-off-by: Weihang Li <liweihang@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
parent
019cd05ce5
commit
90e735aecc
@ -162,7 +162,7 @@ enum {
|
||||
|
||||
#define GID_LEN_V2 16
|
||||
|
||||
#define HNS_ROCE_V2_CQE_QPN_MASK 0x3ffff
|
||||
#define HNS_ROCE_V2_CQE_QPN_MASK 0xfffff
|
||||
|
||||
enum {
|
||||
HNS_ROCE_V2_WQE_OP_SEND = 0x0,
|
||||
|
Loading…
Reference in New Issue
Block a user