net: hns: fix fake link up on xge port
authorYonglong Liu <liuyonglong@huawei.com>
Mon, 4 Dec 2023 14:32:32 +0000 (22:32 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Wed, 6 Dec 2023 11:19:08 +0000 (12:19 +0100)
commitf708aba40f9c1eeb9c7e93ed4863b5f85b09b288
treee4dff6a865dbd7bf609cdc963b151e36484c0c79
parent84757d0839451b20b11e993128f0a77393ca50c1
net: hns: fix fake link up on xge port

If a xge port just connect with an optical module and no fiber,
it may have a fake link up because there may be interference on
the hardware. This patch adds an anti-shake to avoid the problem.
And the time of anti-shake is base on tests.

Fixes: b917078c1c10 ("net: hns: Add ACPI support to check SFP present")
Signed-off-by: Yonglong Liu <liuyonglong@huawei.com>
Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Reviewed-by: Wojciech Drewek <wojciech.drewek@intel.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c