[dpdk-users] Calling timers from a library
Archit Pandey
architpandeynitk at gmail.com
Fri Apr 10 18:27:21 CEST 2020
Thanks for the inputs!
--
Archit Pandey
Senior Year Undergraduate Student
Department of Computer Science and Engineering
National Institute of Technology Karnataka
Surathkal, India
On Fri, 10 Apr 2020, 12:06 am Stephen Hemminger, <stephen at networkplumber.org>
wrote:
> 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