Re: [dpdk-dev] [PATCH v2] timer: allow first subsystem init from secondary

2019-05-09 Thread Thomas Monjalon
09/05/2019 23:19, Carrillo, Erik G: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 09/05/2019 22:08, Carrillo, Erik G: > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > 09/05/2019 21:39, Erik Gabriel Carrillo: > > > > > Since memzones can be reserved from secondary processe

Re: [dpdk-dev] [PATCH v2] timer: allow first subsystem init from secondary

2019-05-09 Thread Carrillo, Erik G
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, May 9, 2019 3:13 PM > To: Carrillo, Erik G > Cc: Burakov, Anatoly ; rsanf...@akamai.com; > dev@dpdk.org > Subject: Re: [PATCH v2] timer: allow first subsystem init from secondary > > 09/05/2019 22:

Re: [dpdk-dev] [PATCH v2] timer: allow first subsystem init from secondary

2019-05-09 Thread Thomas Monjalon
09/05/2019 22:08, Carrillo, Erik G: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 09/05/2019 21:39, Erik Gabriel Carrillo: > > > Since memzones can be reserved from secondary processes as well as > > > primary processes, if the first call to the timer subsystem init > > > function occurs

Re: [dpdk-dev] [PATCH v2] timer: allow first subsystem init from secondary

2019-05-09 Thread Carrillo, Erik G
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, May 9, 2019 2:52 PM > To: Carrillo, Erik G > Cc: Burakov, Anatoly ; rsanf...@akamai.com; > dev@dpdk.org > Subject: Re: [PATCH v2] timer: allow first subsystem init from secondary > > 09/05/2019 21:

Re: [dpdk-dev] [PATCH v2] timer: allow first subsystem init from secondary

2019-05-09 Thread Thomas Monjalon
09/05/2019 21:39, Erik Gabriel Carrillo: > Since memzones can be reserved from secondary processes as well as > primary processes, if the first call to the timer subsystem init > function occurs in a secondary process, we should allow it to succeed. > > Fixes: c0749f7096c7 ("timer: allow managemen

[dpdk-dev] [PATCH v2] timer: allow first subsystem init from secondary

2019-05-09 Thread Erik Gabriel Carrillo
Since memzones can be reserved from secondary processes as well as primary processes, if the first call to the timer subsystem init function occurs in a secondary process, we should allow it to succeed. Fixes: c0749f7096c7 ("timer: allow management in shared memory") Signed-off-by: Erik Gabriel C