Re: [PATCH net-next 0/7] net: hns3: misc updates

2020-09-08 Thread David Miller
From: Jakub Kicinski Date: Tue, 8 Sep 2020 12:05:38 -0700 > On Tue, 8 Sep 2020 10:59:47 +0800 Huazhong Tan wrote: >> There are some misc updates for the HNS3 ethernet driver. >> >> #1 narrows two local variable range in hclgevf_reset_prepare_wait(). >> #2 adds reset failure check in periodic

Re: [PATCH net-next 0/7] net: hns3: misc updates

2020-09-08 Thread Jakub Kicinski
On Tue, 8 Sep 2020 10:59:47 +0800 Huazhong Tan wrote: > There are some misc updates for the HNS3 ethernet driver. > > #1 narrows two local variable range in hclgevf_reset_prepare_wait(). > #2 adds reset failure check in periodic service task. > #3~#7 adds some cleanups. Looks trivial:

[PATCH net-next 0/7] net: hns3: misc updates

2020-09-07 Thread Huazhong Tan
There are some misc updates for the HNS3 ethernet driver. #1 narrows two local variable range in hclgevf_reset_prepare_wait(). #2 adds reset failure check in periodic service task. #3~#7 adds some cleanups. Guangbin Huang (2): net: hns3: skip periodic service task if reset failed net: hns3: