From: Flavio Leitner
Date: Thu, 27 Mar 2014 11:05:34 -0300
> There are two problematic situations.
>
> A deadlock can happen when is_percpu is false because it can get
> interrupted while holding the spinlock. Then it executes
> ovs_flow_stats_update() in softirq context which tries to get
> the
On Thu, Mar 27, 2014 at 7:05 AM, Flavio Leitner wrote:
> There are two problematic situations.
>
> A deadlock can happen when is_percpu is false because it can get
> interrupted while holding the spinlock. Then it executes
> ovs_flow_stats_update() in softirq context which tries to get
> the same
On Thu, Mar 27, 2014 at 1:01 PM, Jesse Gross wrote:
> On Thu, Mar 27, 2014 at 11:40 AM, Pravin Shelar wrote:
>> On Thu, Mar 27, 2014 at 11:32 AM, Jesse Gross wrote:
>>> On Thu, Mar 27, 2014 at 10:44 AM, Flavio Leitner wrote:
On Thu, Mar 27, 2014 at 10:37:32AM -0700, Jesse Gross wrote:
On Thu, Mar 27, 2014 at 11:40 AM, Pravin Shelar wrote:
> On Thu, Mar 27, 2014 at 11:32 AM, Jesse Gross wrote:
>> On Thu, Mar 27, 2014 at 10:44 AM, Flavio Leitner wrote:
>>> On Thu, Mar 27, 2014 at 10:37:32AM -0700, Jesse Gross wrote:
On Thu, Mar 27, 2014 at 10:33 AM, Flavio Leitner wrote:
On Thu, Mar 27, 2014 at 11:32 AM, Jesse Gross wrote:
> On Thu, Mar 27, 2014 at 10:44 AM, Flavio Leitner wrote:
>> On Thu, Mar 27, 2014 at 10:37:32AM -0700, Jesse Gross wrote:
>>> On Thu, Mar 27, 2014 at 10:33 AM, Flavio Leitner wrote:
>>> > On Thu, Mar 27, 2014 at 10:19:23AM -0700, Pravin Shelar
On Thu, Mar 27, 2014 at 10:44 AM, Flavio Leitner wrote:
> On Thu, Mar 27, 2014 at 10:37:32AM -0700, Jesse Gross wrote:
>> On Thu, Mar 27, 2014 at 10:33 AM, Flavio Leitner wrote:
>> > On Thu, Mar 27, 2014 at 10:19:23AM -0700, Pravin Shelar wrote:
>> >> On Thu, Mar 27, 2014 at 7:05 AM, Flavio Leitn
On Thu, Mar 27, 2014 at 10:37:32AM -0700, Jesse Gross wrote:
> On Thu, Mar 27, 2014 at 10:33 AM, Flavio Leitner wrote:
> > On Thu, Mar 27, 2014 at 10:19:23AM -0700, Pravin Shelar wrote:
> >> On Thu, Mar 27, 2014 at 7:05 AM, Flavio Leitner wrote:
> >> > There are two problematic situations.
> >> >
On Thu, Mar 27, 2014 at 10:33 AM, Flavio Leitner wrote:
> On Thu, Mar 27, 2014 at 10:19:23AM -0700, Pravin Shelar wrote:
>> On Thu, Mar 27, 2014 at 7:05 AM, Flavio Leitner wrote:
>> > There are two problematic situations.
>> >
>> > A deadlock can happen when is_percpu is false because it can get
On Thu, Mar 27, 2014 at 10:19:23AM -0700, Pravin Shelar wrote:
> On Thu, Mar 27, 2014 at 7:05 AM, Flavio Leitner wrote:
> > There are two problematic situations.
> >
> > A deadlock can happen when is_percpu is false because it can get
> > interrupted while holding the spinlock. Then it executes
>
On Thu, Mar 27, 2014 at 7:05 AM, Flavio Leitner wrote:
> There are two problematic situations.
>
> A deadlock can happen when is_percpu is false because it can get
> interrupted while holding the spinlock. Then it executes
> ovs_flow_stats_update() in softirq context which tries to get
> the same
There are two problematic situations.
A deadlock can happen when is_percpu is false because it can get
interrupted while holding the spinlock. Then it executes
ovs_flow_stats_update() in softirq context which tries to get
the same lock.
The second sitation is that when is_percpu is true, the code
11 matches
Mail list logo