lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 20 May 2020 09:20:11 +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>, Huazhong Tan <tanhuazhong@...wei.com> Subject: [PATCH net-next 0/2] net: hns3: adds two VLAN feature This patchset adds two new VLAN feature. [patch 1] adds a new dynamic VLAN mode. [patch 2] adds support for 'QOS' field to PVID. GuoJia Liao (2): net: hns3: adds support for dynamic VLAN mode net: hns3: add support for 'QOS' in port based VLAN configuration drivers/net/ethernet/hisilicon/hns3/hnae3.h | 5 +- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 3 + drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 6 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 2 + .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 151 ++++++++++++++++----- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 25 +++- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 10 +- 7 files changed, 155 insertions(+), 47 deletions(-) -- 2.7.4
Powered by blists - more mailing lists