Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751243AbdHRLcb (ORCPT ); Fri, 18 Aug 2017 07:32:31 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:4499 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750709AbdHRLc3 (ORCPT ); Fri, 18 Aug 2017 07:32:29 -0400 From: Salil Mehta To: CC: , , , , , , , , Subject: [PATCH net-next 0/3] Misc. Bug fixes for HNS3 Ethernet Driver Date: Fri, 18 Aug 2017 12:31:36 +0100 Message-ID: <20170818113139.153200-1-salil.mehta@huawei.com> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.203.181.151] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090205.5996D047.0071,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 3a676f8eb92707262b709a163cb49578 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 535 Lines: 17 This patch-set fixes various bugs reported by community. Salil Mehta (3): net: hns3: Fixes the missing u64_stats_fetch_begin_irq in 64-bit stats fetch net: hns3: Fixes the static checker error warning in hns3_get_link_ksettings() net: hns3: Fixes the static check warning due to missing unsupp L3 proto check .../net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.c | 16 +++- .../ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c | 85 ++++++++++++---------- 2 files changed, 60 insertions(+), 41 deletions(-) -- 2.7.4