Re: [ovs-dev] [PATCH] netdev-dpdk: Fix locking during get_stats.

2016-05-13 Thread Joe Stringer
On 12 May 2016 at 17:32, Daniele Di Proietto wrote: > Thanks for fixing this! > > Acked-by: Daniele Di Proietto Thanks, applied. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] netdev-dpdk: Fix locking during get_stats.

2016-05-12 Thread Daniele Di Proietto
Thanks for fixing this! Acked-by: Daniele Di Proietto 2016-05-10 15:50 GMT-07:00 Joe Stringer : > Clang complains: > lib/netdev-dpdk.c:1860:1: error: mutex 'dev->mutex' is not locked on every > path > through here [-Werror,-Wthread-safety-analysis] > } > ^ > lib/netdev-dpdk.c:1815:5: note