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

2023-06-30 Thread Ferruh Yigit
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 aff

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

2023-06-30 Thread Jiawen Wu
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 syst