mbox series

[net-next,0/3] Misc. Bug fixes for HNS3 Ethernet Driver

Message ID 20170818113139.153200-1-salil.mehta@huawei.com
Headers show
Series Misc. Bug fixes for HNS3 Ethernet Driver | expand

Message

Salil Mehta Aug. 18, 2017, 11:31 a.m. UTC
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

Comments

David Miller Aug. 18, 2017, 5:32 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Fri, 18 Aug 2017 12:31:36 +0100

> This patch-set fixes various bugs reported by community.


Series applied.