[dpdk-users] Calling timers from a library
Stephen Hemminger
stephen at networkplumber.org
Thu Apr 9 20:36:15 CEST 2020
On Thu, 9 Apr 2020 21:18:45 +0530
Archit Pandey <architpandeynitk at gmail.com> wrote:
> Thanks for the tip!
>
> This was what I experienced when I ran a separate function with periodic
> calls to rte_timer_manage(). The code would deadlock and stop executing
> after a few seconds.
>
> Is there a way to overcome this? Perhaps by passing the core numbers into
> the library?
The best advice is to stick to the DPDK threads.
There are multiple ways to do multiple events in one thread.
More information about the users
mailing list