Re: [ovs-dev] [PATCH v3 2/7] lib/classifier: Simplify iteration with C99 declaration.

2014-07-07 Thread YAMAMOTO Takashi
> Hide the cursor from the classifier iteration users and move locking to > the iterators. This will make following RCU changes simpler, as the call > sites of the iterators need not be changed at that point. > > Signed-off-by: Jarno Rajahalme Acked-by: YAMAMOTO Takashi ___

[ovs-dev] [PATCH v3 2/7] lib/classifier: Simplify iteration with C99 declaration.

2014-07-07 Thread Jarno Rajahalme
Hide the cursor from the classifier iteration users and move locking to the iterators. This will make following RCU changes simpler, as the call sites of the iterators need not be changed at that point. Signed-off-by: Jarno Rajahalme --- v3: No change. lib/classifier.c| 70 ++