mbox series

[net-next,0/3] net: hns3: enhance capabilities for fibre port

Message ID 1556679944-100941-1-git-send-email-lipeng321@huawei.com
Headers show
Series net: hns3: enhance capabilities for fibre port | expand

Message

lipeng (Y) May 1, 2019, 3:05 a.m. UTC
From: Jian Shen <shenjian15@huawei.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(-)