Comment 1 for bug 1853964

Revision history for this message
Ike Panhc (ikepanhc) wrote :

Is this patch the fix?

commit 7be1b9f3e99f6213d053d16ed2438126931d8351
Author: Yunsheng Lin <email address hidden>
Date: Mon Jul 29 10:53:28 2019 +0800

    net: hns3: make hclge_service use delayed workqueue

    Use delayed work instead of using timers to trigger the
    hclge_serive.

    Simplify the code with one less middle function and in order
    to support misc irq affinity.

    Signed-off-by: Yunsheng Lin <email address hidden>
    Reviewed-by: Peng Li <email address hidden>
    Signed-off-by: Huazhong Tan <email address hidden>
    Signed-off-by: David S. Miller <email address hidden>