Re: [dpdk-dev] [PATCH v5 0/2] Timer library changes

2019-04-17 Thread Thomas Monjalon
15/04/2019 23:41, Erik Gabriel Carrillo: > This patch series modifies the timer library in such a way that > structures that used to be statically allocated in a process's data > segment are now allocated in shared memory. As these structures contain > lists of timers, new APIs are introduced that

[dpdk-dev] [PATCH v5 0/2] Timer library changes

2019-04-15 Thread Erik Gabriel Carrillo
This patch series modifies the timer library in such a way that structures that used to be statically allocated in a process's data segment are now allocated in shared memory. As these structures contain lists of timers, new APIs are introduced that allow a caller to specify the particular structu