mbox series

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

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

Message

lipeng (Y) May 3, 2019, 9:50 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

Change log:
V1->V2: fixes comments from Andrew Lunn.

 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    | 410 ++++++++++++++++++---
 .../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, 620 insertions(+), 73 deletions(-)

Comments

David Miller May 4, 2019, 4:04 a.m. UTC | #1
From: Peng Li <lipeng321@huawei.com>
Date: Fri, 3 May 2019 17:50:36 +0800

> 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.

Series applied.