!2483 Fix bug for init roh client instance
Merge Pull Request from: @svishen When the ROH client is initialized, all devs are mounted to the client. During the initialization, the ROH driver contains the probe device process, which does not affect non-ROH devices. However, in the reset process, if there is a client, the reset process starts. As a result, non-ROH devices start the ROH process. Add a tag that supports ROH to hnae3_dev flag. During initialization, whether to mount the ROH client depends on whether the device supports ROH. issue: https://gitee.com/openeuler/kernel/issues/I89FJ8 Link:https://gitee.com/openeuler/kernel/pulls/2483 Reviewed-by:Ke Chen <chenke54@huawei.com> Signed-off-by:
Jialin Zhang <zhangjialin11@huawei.com>
Loading
Please sign in to comment