mbox series

[net-next,0/8] net: hns3: add VLAN filter control support

Message ID 1622428725-30049-1-git-send-email-tanhuazhong@huawei.com
Headers show
Series net: hns3: add VLAN filter control support | expand

Message

Huazhong Tan May 31, 2021, 2:38 a.m. UTC
This patchset add VLAN filter control support for HNS3 driver.

Jian Shen (8):
  net: hns3: add 'QoS' support for port based VLAN configuration
  net: hns3: refine for hclge_push_vf_port_base_vlan_info()
  net: hns3: remove unnecessary updating port based VLAN
  net: hns3: refine function hclge_set_vf_vlan_cfg()
  net: hns3: add support for modify VLAN filter state
  net: hns3: add query basic info support for VF
  net: hns3: add support for VF modify VLAN filter state
  net: hns3: add debugfs support for vlan configuration

 drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h    |  10 +-
 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |   9 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c |  15 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  39 +--
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |   1 -
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |   8 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |   4 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |  12 +
 .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 283 ++++++++++++++++++++
 .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.h |  19 ++
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 286 ++++++++++++++++-----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  36 ++-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c |  75 +++---
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |  50 +++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |   1 +
 15 files changed, 693 insertions(+), 155 deletions(-)