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

2019-03-06 Thread Varghese, Vipin
Hi Gabriel, Thanks for the clarification. > -Original Message- > From: Carrillo, Erik G > Sent: Wednesday, March 6, 2019 8:46 PM > To: Varghese, Vipin ; rsanf...@akamai.com > Cc: dev@dpdk.org; techbo...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 0/2] Tim

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

2019-03-06 Thread Carrillo, Erik G
> -Original Message- > From: Varghese, Vipin > Sent: Tuesday, March 5, 2019 8:39 PM > To: Carrillo, Erik G ; rsanf...@akamai.com > Cc: dev@dpdk.org; techbo...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 0/2] Timer library changes > > Hi Erik, > > Apolog

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

2019-03-05 Thread Varghese, Vipin
Hi Erik, Apologies if I am reaching out a bit late. Please find my query below > > This enables primary and secondary processes to modify the same timer > > list, which enables some multi-process use cases that were not > > previously possible; e.g. a secondary process can start a timer whose >

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

2019-03-05 Thread Carrillo, Erik G
@akamai.com > Cc: step...@networkplumber.org; jerin.ja...@caviumnetworks.com; > pbhagavat...@caviumnetworks.com; dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/2] Timer library changes > > This patch series modifies the timer library in such a way that structures > that > use

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

2018-12-18 Thread Mattias Rönnblom
On 2018-12-19 04:35, Thomas Monjalon wrote: 13/12/2018 23:26, 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

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

2018-12-18 Thread Thomas Monjalon
13/12/2018 23:26, 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 v3 0/2] Timer library changes

2018-12-13 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