[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1607227575-56689-1-git-send-email-tanhuazhong@huawei.com>
Date: Sun, 6 Dec 2020 12:06:12 +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>, <kuba@...nel.org>, <huangdaode@...wei.com>,
<shenjian15@...wei.com>, "Huazhong Tan" <tanhuazhong@...wei.com>
Subject: [PATCH V2 net-next 0/3] net: hns3: updates for -next
There are some updates for the HNS3 ethernet driver.
#1 supports an extended promiscuous command which makes
promiscuous configuration more flexible, #2 adds ethtool
private flags to control whether enable tx unicast promisc.
#3 refine the vlan tag handling for port based vlan.
change log:
V2: modifies #2 suggested by Jakub Kicinski.
fixes some spelling mistake in #3.
previous version:
https://patchwork.kernel.org/project/netdevbpf/cover/1606997936-22166-1-git-send-email-tanhuazhong@huawei.com/
Guojia Liao (2):
net: hns3: add support for extended promiscuous command
net: hns3: refine the VLAN tag handle for port based VLAN
Jian Shen (1):
net: hns3: add priv flags support to switch limit promisc mode
drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h | 1 +
drivers/net/ethernet/hisilicon/hns3/hnae3.h | 8 ++
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 11 +-
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 86 ++++++++++++++++
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 34 ++++---
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 111 +++++++++++++--------
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 13 ++-
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 18 +++-
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 7 ++
9 files changed, 223 insertions(+), 66 deletions(-)
--
2.7.4
Powered by blists - more mailing lists