lkml.org 
[lkml]   [2019]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.2 233/249] net: hns3: fix port capbility updating issue
    Date
    From: Jian Shen <shenjian15@huawei.com>

    [ Upstream commit 49b1255603de5183c5e377200be3b3afe0dcdb86 ]

    Currently, the driver queries the media port information, and
    updates the port capability periodically. But it sets an error
    mac->speed_type value, which stops update port capability.

    Fixes: 88d10bd6f730 ("net: hns3: add support for multiple media type")
    Signed-off-by: Jian Shen <shenjian15@huawei.com>
    Signed-off-by: Peng Li <lipeng321@huawei.com>
    Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
    index bab04d2d674a..f2bffc05e902 100644
    --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
    +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
    @@ -2592,6 +2592,7 @@ static int hclge_get_sfp_info(struct hclge_dev *hdev, struct hclge_mac *mac)
    mac->speed_ability = le32_to_cpu(resp->speed_ability);
    mac->autoneg = resp->autoneg;
    mac->support_autoneg = resp->autoneg_ability;
    + mac->speed_type = QUERY_ACTIVE_SPEED;
    if (!resp->active_fec)
    mac->fec_mode = 0;
    else
    --
    2.20.1
    \
     
     \ /
      Last update: 2019-07-15 16:15    [W:2.329 / U:0.676 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site