Re: [PATCH net-next 00/12] net: hns3: misc updates for -next

2020-05-28 Thread David Miller
From: Huazhong Tan Date: Thu, 28 May 2020 21:48:07 +0800 > This patchset includes some updates for the HNS3 ethernet driver. > > #1 removes an unnecessary 'goto'. > #2 adds a missing mutex destroy. > #3&4 refactor two function, make them more readable and maintainable. > #5&6 fix unsuitable

[PATCH net-next 00/12] net: hns3: misc updates for -next

2020-05-28 Thread Huazhong Tan
This patchset includes some updates for the HNS3 ethernet driver. #1 removes an unnecessary 'goto'. #2 adds a missing mutex destroy. #3&4 refactor two function, make them more readable and maintainable. #5&6 fix unsuitable type of gro enable field both for PF & VF. #7-#11 removes some unused