linux_dsm_epyc7002/drivers/infiniband
Lang Cheng 669cefb654 RDMA/hns: Remove jiffies operation in disable interrupt context
In some functions, the jiffies operation is unnecessary, and we can
control delay using mdelay and udelay functions only.  Especially, in
hns_roce_v1_clear_hem, the function calls spin_lock_irqsave, the context
disables interrupt, so we can not use jiffies and msleep functions.

Signed-off-by: Lang Cheng <chenglang@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-05-27 17:28:39 -03:00
..
core RDMA/core: Return void from ib_device_check_mandatory() 2019-05-21 15:30:46 -03:00
hw RDMA/hns: Remove jiffies operation in disable interrupt context 2019-05-27 17:28:39 -03:00
sw 5.2 Merge Window pull request 2019-05-09 09:02:46 -07:00
ulp RDMA/ipoib: Remove check of destroy CQ 2019-05-21 15:50:53 -03:00
Kconfig 5.2 Merge Window pull request 2019-05-09 09:02:46 -07:00
Makefile