From: David S. Miller Date: Tue, 17 Dec 2019 00:12:25 +0000 (-0800) Subject: Merge branch 'hns3-next' X-Git-Tag: v5.15~4637^2~247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=366c7bb0acf13791bef5127cf6e217386e75696d;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'hns3-next' Huazhong Tan says: ==================== net: hns3: some optimizaions related to work task This series refactors the work task of the HNS3 ethernet driver. [patch 1/5] uses delayed workqueue to replace the timer for hclgevf_service task, make the code simpler. [patch 2/5] & [patch 3/5] unifies current mailbox, reset and service work into one. [patch 4/5] allocates a private work queue with WQ_MEM_RECLAIM for the HNS3 driver. [patch 5/5] adds a new flag to indicate whether reset fails, and prevent scheduling service task to handle periodic task when this flag has been set. ==================== Signed-off-by: David S. Miller --- 366c7bb0acf13791bef5127cf6e217386e75696d