mbox series

[net-next,0/4] Misc bug fixes for HNS3 Ethernet Driver

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

Message

Salil Mehta May 9, 2018, 4:24 p.m. UTC
Fixes to some of the bugs found during system test, internal review
and clean-up

Yunsheng Lin (4):
  net: hns3: Fix for setting mac address when resetting
  net: hns3: remove add/del_tunnel_udp in hns3_enet module
  net: hns3: fix for cleaning ring problem
  net: hns3: refactor the loopback related function

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |   7 --
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 131 ++++++---------------
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  21 ++--
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    |  68 +++++------
 4 files changed, 76 insertions(+), 151 deletions(-)

-- 
2.7.4

Comments

David Miller May 10, 2018, 9:27 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Wed, 9 May 2018 17:24:37 +0100

> Fixes to some of the bugs found during system test, internal review

> and clean-up


Series applied, thank you.