On Thu, 9 Apr 2020 21:18:45 +0530 Archit Pandey <[email protected]> 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.
