Re: [ovs-dev] iFrom 245ae0af76cdff75db766da00de348ccce208fe0 Mon Sep 17 00:00:00 2001

2014-10-06 Thread Ben Pfaff
Can you provide an appropriate summary line for the subject? The current one is not appropriate. On Mon, Oct 06, 2014 at 03:05:29PM +, Sorin Vinturis wrote: > Acquiring a spin lock raises the IRQL to DISPATCH_LEVEL. But > in many places of the code, while holding a spin lock, there > are usel

[ovs-dev] iFrom 245ae0af76cdff75db766da00de348ccce208fe0 Mon Sep 17 00:00:00 2001

2014-10-06 Thread Sorin Vinturis
Acquiring a spin lock raises the IRQL to DISPATCH_LEVEL. But in many places of the code, while holding a spin lock, there are useless checks for the current IRQL against DISPATCH_LEVEL. Also, the dispatch flag is not correctly set when calling NdisAcquireRWLockXXX() functions, which causes an extra