Message ID | 1590673699-63819-1-git-send-email-tanhuazhong@huawei.com |
---|---|
Headers | show |
Series | net: hns3: misc updates for -next | expand |
From: Huazhong Tan <tanhuazhong@huawei.com> 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 type of gro enable field both for PF & VF. > #7-#11 removes some unused fields, macro and redundant definitions. > #12 adds more debug info for parsing speed fails. Series applied, thanks.