mbox series

[V2,net-next,0/8] Misc bug fixes & small enhancements for HNS3 Driver

Message ID 20180814161319.16392-1-salil.mehta@huawei.com
Headers show
Series Misc bug fixes & small enhancements for HNS3 Driver | expand

Message

Salil Mehta Aug. 14, 2018, 4:13 p.m. UTC
This patch-set presents some bug fixes and minor enhancements to
HNS3 Ethernet driver.

Rework Summary:
(*) Patch V1->V2
    1. Fixed David S Miller's comments
    2. Dropped patch 0005 "net: hns3: Fix for vf vlan delete failed problem" for now.

Fuyun Liang (1):
  net: hns3: Fix for information of phydev lost problem when down/up

Jian Shen (1):
  net: hns3: Fix for phy link issue when using marvell phy driver

Peng Li (2):
  net: hns3: Add support for serdes loopback selftest
  net: hns3: Add vlan filter setting by ethtool command -K

Xi Wang (1):
  net: hns3: Fix for command format parsing error in
    hclge_is_all_function_id_zero

Yunsheng Lin (3):
  net: hns3: Fix desc num set to default when setting channel
  net: hns3: Remove tx ring BD len register in hns3_enet
  net: hns3: Set tx ring' tc info when netdev is up

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  32 ++++++-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |   2 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  11 ++-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |  12 +++
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 105 +++++++++++++++++----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c    |  27 +++++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.h    |   4 +-
 7 files changed, 165 insertions(+), 28 deletions(-)

-- 
2.7.4

Comments

David Miller Aug. 14, 2018, 4:58 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Tue, 14 Aug 2018 17:13:11 +0100

> This patch-set presents some bug fixes and minor enhancements to

> HNS3 Ethernet driver.

> 

> Rework Summary:

> (*) Patch V1->V2

>     1. Fixed David S Miller's comments

>     2. Dropped patch 0005 "net: hns3: Fix for vf vlan delete failed problem" for now.


Series applied, thank you.