Re: [PATCH v7 2/3] timer: fix function to stop all timers

2022-10-05 Thread Thomas Monjalon
> > On Wed, Sep 14, 2022 at 9:03 PM Naga Harish K S V > > wrote: > > > > > > There is a possibility of deadlock in this API, as same spinlock is > > > tried to be acquired in nested manner. > > > > > > If the lcore that is stopping the timer is different from the lcore > > > that owns the timer, t

RE: [PATCH v7 2/3] timer: fix function to stop all timers

2022-09-25 Thread Naga Harish K, S V
> > Cc: jer...@marvell.com; dev@dpdk.org; Carrillo, Erik G > ; pbhagavat...@marvell.com; > sthot...@marvell.com; sta...@dpdk.org > Subject: Re: [PATCH v7 2/3] timer: fix function to stop all timers > > On Wed, Sep 14, 2022 at 9:03 PM Naga Harish K S V > wrote: > >

RE: [PATCH v7 2/3] timer: fix function to stop all timers

2022-09-15 Thread Naga Harish K, S V
t; Subject: Re: [PATCH v7 2/3] timer: fix function to stop all timers > > On Wed, Sep 14, 2022 at 9:03 PM Naga Harish K S V > wrote: > > > > There is a possibility of deadlock in this API, as same spinlock is > > tried to be acquired in nested manner. > > >

Re: [PATCH v7 2/3] timer: fix function to stop all timers

2022-09-14 Thread Jerin Jacob
On Wed, Sep 14, 2022 at 9:03 PM Naga Harish K S V wrote: > > There is a possibility of deadlock in this API, > as same spinlock is tried to be acquired in nested manner. > > If the lcore that is stopping the timer is different from the lcore > that owns the timer, the timer list lock is acquired i