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, 1 May 2019 11:05:41 +0800 From: Peng Li <lipeng321@...wei.com> To: <davem@...emloft.net> CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <linuxarm@...wei.com>, <yisen.zhuang@...wei.com>, <salil.mehta@...wei.com>, <lipeng321@...wei.com> Subject: [PATCH net-next 0/3] net: hns3: enhance capabilities for fibre port From: Jian Shen <shenjian15@...wei.com> This patchset enhances more capabilities for fibre port, include multipe media type identification, autoneg, change port speed and FEC encoding. Jian Shen (3): net: hns3: add support for multiple media type net: hns3: add autoneg and change speed support for fibre port net: hns3: add support for FEC encoding control drivers/net/ethernet/hisilicon/hns3/hnae3.h | 34 +- drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 180 ++++++++- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 30 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 409 ++++++++++++++++++--- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 16 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 7 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 15 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h | 1 + 8 files changed, 619 insertions(+), 73 deletions(-) -- 1.9.1
Powered by blists - more mailing lists