net/hns3: fix link status change from firmware
authorHuisong Li <lihuisong@huawei.com>
Wed, 3 Feb 2021 12:23:48 +0000 (20:23 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 4 Feb 2021 17:19:37 +0000 (18:19 +0100)
commitbac6a06441216aceff3588291c79e3a558a1c5a5
tree72d03780ec87e8f1bee39c4d9febc47db9175bb0
parent7f2a320df9d237cf23bac07226a3c01faa0288a7
net/hns3: fix link status change from firmware

When the hardware link status changes, the firmware proactively
reports the link status change message, and then driver update
link status. This feature is lack of a switch to control in PF
driver. Otherwise, this feature does not take effect when the
kernel PF driver that supports the feature is not loaded.

Fixes: 109e4dd1bd7a ("net/hns3: get link state change through mailbox")
Cc: stable@dpdk.org
Signed-off-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Lijun Ou <oulijun@huawei.com>
drivers/net/hns3/hns3_cmd.h
drivers/net/hns3/hns3_ethdev.c