mbox series

[net-next,00/10] Misc. bug fixes & cleanups for HNS3 driver

Message ID 20180706102804.196-1-salil.mehta@huawei.com
Headers show
Series Misc. bug fixes & cleanups for HNS3 driver | expand

Message

Salil Mehta July 6, 2018, 10:27 a.m. UTC
This patch-set presents some miscellaneous bug fixes and cleanups
for the HNS3 driver.

Fuyun Liang (1):
  net: hns3: Fix for mailbox message truncated problem

Huazhong Tan (1):
  net: hns3: Prevent sending command during global or core reset

Jian Shen (1):
  net: hns3: Add configure for mac minimal frame size

Peng Li (1):
  net: hns3: Remove the warning when clear reset cause

Yunsheng Lin (6):
  net: hns3: Fix tc setup when netdev is first up
  net: hns3: Fix for mac pause not disable in pfc mode
  net: hns3: Fix for waterline not setting correctly
  net: hns3: Fix for l4 checksum offload bug
  net: hns3: Fix warning bug when doing lp selftest
  net: hns3: Fix get_vector ops in hclgevf_main module

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 84 +++++++++-------------
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  2 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  4 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |  3 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 27 +++----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  1 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |  9 ++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 11 ++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c   |  3 +-
 9 files changed, 70 insertions(+), 74 deletions(-)

-- 
2.7.4

Comments

David Miller July 7, 2018, 2:13 a.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Fri, 6 Jul 2018 11:27:54 +0100

> This patch-set presents some miscellaneous bug fixes and cleanups

> for the HNS3 driver.


Series applied, thank you.