Thanks for the reviews!
Series apart from the liv/ovs-thread changes pushed to master.
Jarno
On Aug 28, 2014, at 12:22 PM, Ben Pfaff wrote:
> On Fri, Aug 22, 2014 at 01:58:29PM -0700, Jarno Rajahalme wrote:
>> Neither 'miss_config', 'n_missed', nor 'n_matched' is used to
>> synchronize the s
On Fri, Aug 22, 2014 at 01:58:29PM -0700, Jarno Rajahalme wrote:
> Neither 'miss_config', 'n_missed', nor 'n_matched' is used to
> synchronize the state of any other variable, so we can use relaxed
> atomic operations on them.
>
> Signed-off-by: Jarno Rajahalme
Acked-by: Ben Pfaff
_
Neither 'miss_config', 'n_missed', nor 'n_matched' is used to
synchronize the state of any other variable, so we can use relaxed
atomic operations on them.
Signed-off-by: Jarno Rajahalme
---
ofproto/ofproto-dpif.c | 10 ++
ofproto/ofproto.c | 12 +++-
2 files changed, 13