From: David S. Miller Date: Sun, 9 Jun 2019 20:20:59 +0000 (-0700) Subject: Merge branch 'hns3-next' X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=632d1a4840c4c5e992e8095320bd0a1dddb466ad;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'hns3-next' Huazhong Tan says: ==================== net: hns3: some code optimizations & cleanups & bugfixes This patch-set includes code optimizations, cleanups and bugfixes for the HNS3 ethernet controller driver. [patch 1/12] logs more detail error info for ROCE RAS errors. [patch 2/12] fixes a wrong size issue for mailbox responding. [patch 3/12] makes HW GRO handing compliant with SW one. [patch 4/12] refactors hns3_get_new_int_gl. [patch 5/12] adds handling for VF's over_8bd_nfe_err. [patch 6/12 - 12/12] adds some code optimizations and cleanups, to make the code more readable and compliant with some static code analysis tools, these modifications do not change the logic of the code. Change log: V1->V2: fixes comment from David Miller. ==================== Signed-off-by: David S. Miller --- 632d1a4840c4c5e992e8095320bd0a1dddb466ad