[PATCH v2] net/txgbe: fix blocking system events

Ferruh Yigit ferruh.yigit at amd.com
Fri Jun 30 12:03:50 CEST 2023


On 6/30/2023 10:35 AM, Jiawen Wu wrote:
> Refer to commit 819d0d1d57f1 ("net/ixgbe: fix blocking system events").
> Fix the same issue as ixgbe.
> 
> TXGBE link status task uses rte alarm thread in old implementation.
> Sometime txgbe link status task takes up to 9 seconds. This will
> severely affect the rte-alarm-thread dependent tasks in the
> system, like interrupt or hotplug event. So replace with an
> independent thread which has the same thread affinity settings
> as rte interrupt.
> 
> Fixes: 0c061eadec59 ("net/txgbe: add link status change")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Jiawen Wu <jiawenwu at trustnetic.com>
>

Applied to dpdk-next-net/main, thanks.


More information about the stable mailing list