Loading
RDMA/hns: Fix allocating POE channels after IB device registeration
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9QO9C ---------------------------------------------------------------------- Currently, the POE channel was allocated after IB device registration. Therefore, other modules will fail to register POE during this period that IB device was registered and POE channels was not allocated. Fixes: 85b26a97 ("RDMA/hns: Support STARS mode QP") Signed-off-by:Chengchang Tang <tangchengchang@huawei.com>