Re: [PATCH v5] net/iavf: add thread for event callbacks

2022-10-28 Thread Thomas Monjalon
20/10/2022 07:00, Yiding Zhou: > This commit add a new thread to call all event callbacks. You may be interested to look at the new API rte_thread_* instead of calling pthread directly.

RE: [PATCH v5] net/iavf: add thread for event callbacks

2022-10-19 Thread Zhang, Qi Z
> -Original Message- > From: Yiding Zhou > Sent: Thursday, October 20, 2022 1:00 PM > To: dev@dpdk.org > Cc: Zhou, YidingX ; sta...@dpdk.org > Subject: [PATCH v5] net/iavf: add thread for event callbacks > > All callbacks registered for ethdev events are called in eal-intr-thread, and