linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: hns3: updates for -next
@ 2020-12-03 12:18 Huazhong Tan
  2020-12-03 12:18 ` [PATCH net-next 1/3] net: hns3: add support for extended promiscuous command Huazhong Tan
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Huazhong Tan @ 2020-12-03 12:18 UTC (permalink / raw)
  To: davem
  Cc: netdev, linux-kernel, salil.mehta, yisen.zhuang, linuxarm, kuba,
	huangdaode, Huazhong Tan

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.

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    |  12 ++-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  87 ++++++++++++++++
 .../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, 225 insertions(+), 66 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-06  1:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 12:18 [PATCH net-next 0/3] net: hns3: updates for -next Huazhong Tan
2020-12-03 12:18 ` [PATCH net-next 1/3] net: hns3: add support for extended promiscuous command Huazhong Tan
2020-12-03 12:18 ` [PATCH net-next 2/3] net: hns3: add priv flags support to switch limit promisc mode Huazhong Tan
2020-12-05  2:24   ` Jakub Kicinski
2020-12-06  1:46     ` tanhuazhong
2020-12-03 12:18 ` [PATCH net-next 3/3] net: hns3: refine the VLAN tag handle for port based VLAN Huazhong Tan
2020-12-05  2:22   ` Jakub Kicinski
2020-12-06  1:55     ` tanhuazhong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).