diff options
author | Fuyun Liang <liangfuyun1@huawei.com> | 2018-08-14 17:13:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-14 09:54:23 -0700 |
commit | b01b7cf19bf4a677d5dd4e63b12d86a021db751d (patch) | |
tree | 75712ddad34f78dd404de4626d7cd103379b4b7d /tools/perf/scripts/python | |
parent | 6c39d5278e62956238a681e4cfc69fae5507fc57 (diff) |
net: hns3: Fix for information of phydev lost problem when down/up
Function call of phy_connect_direct will reinitialize phydev. Some
information like advertising will be lost. Phy_connect_direct only
needs to be called once. And driver can run well. This patch adds
some functions to ensure that phy_connect_direct is called only once
to solve the information of phydev lost problem occurring when we stop
the net and open it again.
Fixes: 46a3df9f9718 ("net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support
Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions