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

2023-06-29 Thread Ferruh Yigit
On 6/29/2023 11:07 AM, Jiawen Wu wrote: > Refer to commit 819d0d1d57f1 ("net/ixgbe: fix blocking system events"). > Fix the same issue as ixgbe. > Can you please describe the problem in this commit log, it is OK to keep reference to the ixgbe too, but better to describe problem here. > Replace r

[PATCH] net/txgbe: fix blocking system events

2023-06-29 Thread Jiawen Wu
Refer to commit 819d0d1d57f1 ("net/ixgbe: fix blocking system events"). Fix the same issue as ixgbe. Replace rte alarm thread with an independent thread. Fixes: 0c061eadec59 ("net/txgbe: add link status change") Cc: sta...@dpdk.org Signed-off-by: Jiawen Wu --- drivers/net/txgbe/txgbe_ethdev.c