Loading
RDMA/hns: Fix soft lockup under heavy CEQE load
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAL7SX ---------------------------------------------------------------------- CEQEs are handled in interrupt handler currently. This may cause the CPU core staying in interrupt context too long and lead to soft lockup under heavy load. Handle CEQEs in tasklet and set an upper limit for the number of CEQE handled by a single call of tasklet. Fixes: a5073d60 ("RDMA/hns: Add eq support of hip08") Signed-off-by:Junxian Huang <huangjunxian6@hisilicon.com> Signed-off-by:
Xinghai Cen <cenxinghai@h-partners.com>