Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix blocking system events
From: Ye Xiaolong <hidden>
Date: 2020-02-15 15:43:24
From: Ye Xiaolong <hidden>
Date: 2020-02-15 15:43:24
On 01/15, taox.zhu@intel.com wrote:
From: Zhu Tao <redacted> IXGBE link status task use rte alarm thread in old implementation.
s/use/uses
Sometime ixgbe link status task takes up to 9 seconds. This will severely affect the rte-alarm-thread-dependent a task in the system, like interrupt or hotplug event. So replace with a
s/a/an
independent thread which has the same thread affinity settings
as rte interrupt.
Fixes: 0408f47b ("net/ixgbe: fix busy polling while fiber link update")
Should be:
Fixes: 0408f47ba4d6 ("net/ixgbe: fix busy polling while fiber link update")
Cc: stable@dpdk.org
Applied to dpdk-next-net-intel with Konstantin's ack, Thanks.