Re: [ovs-dev] [thread-safety 06/11] netdev-vport: Make statistics thread safe.

2013-07-30 Thread Ethan Jackson
I'm happy with that, I'll drop this for now. Ethan On Mon, Jul 29, 2013 at 2:57 PM, Ben Pfaff wrote: > On Fri, Jul 26, 2013 at 06:07:07PM -0700, Ethan Jackson wrote: >> Statistics are the only part of netdev-vport which need to be >> manipulated by multiple threads. This patch makes them thread

Re: [ovs-dev] [thread-safety 06/11] netdev-vport: Make statistics thread safe.

2013-07-29 Thread Ben Pfaff
On Fri, Jul 26, 2013 at 06:07:07PM -0700, Ethan Jackson wrote: > Statistics are the only part of netdev-vport which need to be > manipulated by multiple threads. This patch makes them thread safe. > > Signed-off-by: Ethan Jackson I'd rather fold this into my upcoming netdev series if that's OK

[ovs-dev] [thread-safety 06/11] netdev-vport: Make statistics thread safe.

2013-07-26 Thread Ethan Jackson
Statistics are the only part of netdev-vport which need to be manipulated by multiple threads. This patch makes them thread safe. Signed-off-by: Ethan Jackson --- lib/netdev-vport.c | 12 +++- lib/netdev-vport.h | 16 +++- 2 files changed, 22 insertions(+), 6 deletions(-