mbox series

[net-next,0/9] net: hns3: code optimizations & bugfixes for HNS3 driver

Message ID 1545277926-66432-1-git-send-email-lipeng321@huawei.com
Headers show
Series net: hns3: code optimizations & bugfixes for HNS3 driver | expand

Message

lipeng (Y) Dec. 20, 2018, 3:51 a.m. UTC
This patchset includes bugfixes and code optimizations for the HNS3
ethernet controller driver

Huazhong Tan (1):
  net: hns3: reset tqp while doing DOWN operation

Jian Shen (5):
  net: hns3: refine the handle for hns3_nic_net_open/stop()
  net: hns3: change default tc state to close
  net: hns3: add max vector number check for pf
  net: hns3: fix vf id check issue when add flow director rule
  net: hns3: don't restore rules when flow director is disabled

Peng Li (3):
  net: hns3: fix a bug caused by udelay
  net: hns3: fix the descriptor index when get rss type
  net: hns3: remove redundant variable initialization

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  1 +
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 21 +++++++++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 46 +++++++++++++++-------
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 24 ++++++++---
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c   |  4 +-
 5 files changed, 73 insertions(+), 23 deletions(-)

Comments

David Miller Dec. 20, 2018, 7:48 a.m. UTC | #1
From: Peng Li <lipeng321@huawei.com>
Date: Thu, 20 Dec 2018 11:51:57 +0800

> This patchset includes bugfixes and code optimizations for the HNS3
> ethernet controller driver

Series applied, thanks.