]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
RDMA/hns: Add check for the validity of sl configuration
authorJiaran Zhang <zhangjiaran@huawei.com>
Sat, 19 Sep 2020 10:03:18 +0000 (18:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2020 09:07:58 +0000 (10:07 +0100)
commit5c80a3655565ccfa7aa03176cf36efd869062c12
tree013570717944f09b4ae9874bd3fe048ab87f62d1
parent939faf1216321942e5c6124fda0bbee0657eecab
RDMA/hns: Add check for the validity of sl configuration

[ Upstream commit 172505cfa3a8ee98acaa569fd3be97697b333958 ]

According to the RoCE v1 specification, the sl (service level) 0-7 are
mapped directly to priorities 0-7 respectively, sl 8-15 are reserved. The
driver should verify whether the the value of sl is larger than 7, if so,
an exception should be returned.

Fixes: 926a01dc000d ("RDMA/hns: Add QP operations support for hip08 SoC")
Link: https://lore.kernel.org/r/1600509802-44382-5-git-send-email-liweihang@huawei.com
Signed-off-by: Jiaran Zhang <zhangjiaran@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
drivers/infiniband/hw/hns/hns_roce_hw_v2.h