[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1562249068-40176-1-git-send-email-tanhuazhong@huawei.com>
Date: Thu, 4 Jul 2019 22:04:19 +0800
From: Huazhong Tan <tanhuazhong@...wei.com>
To: <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<salil.mehta@...wei.com>, <yisen.zhuang@...wei.com>,
<linuxarm@...wei.com>, Huazhong Tan <tanhuazhong@...wei.com>
Subject: [PATCH net-next 0/9] net: hns3: some cleanups & bugfixes
This patch-set includes cleanups and bugfixes for
the HNS3 ethernet controller driver.
[patch 1/9] fixes VF's broadcast promisc mode not enabled after
initializing.
[patch 2/9] adds hints for fibre port not support flow control.
[patch 3/9] fixes a port capbility updating issue.
[patch 4/9 - 9/9] adds some cleanups for HNS3 driver.
Jian Shen (3):
net: hns3: enable broadcast promisc mode when initializing VF
net: hns3: fix flow control configure issue for fibre port
net: hns3: fix port capbility updating issue
Peng Li (4):
net: hns3: add all IMP return code
net: hns3: set default value for param "type" in
hclgevf_bind_ring_to_vector
net: hns3: add default value for tc_size and tc_offset
net: hns3: set maximum length to resp_data_len for exceptional case
Weihang Li (1):
net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msg
Yonglong Liu (1):
net: hns3: bitwise operator should use unsigned type
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 9 +--
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 2 +-
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 43 ++++++++++---
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 8 +++
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 74 ++++++++++++----------
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 4 ++
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c | 38 +++++++++--
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h | 14 +++-
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 19 ++++--
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c | 3 +-
10 files changed, 149 insertions(+), 65 deletions(-)
--
2.7.4
Powered by blists - more mailing lists