Re: [ovs-dev] [urcu 0/8] implement userspace RCU and add a few simple users

2014-03-09 Thread Andy Zhou
Using GCC version 4.6.4, I got the following compilation errors: lib/dpif-netdev.c: In function 'dp_netdev_flow_add': lib/dpif-netdev.c:1192:5: error: passing argument 2 of 'locked_uint64_store' makes integer from pointer without a cast [-Werror] lib/ovs-atomic-gcc4+.h:129:6: note: expected 'uint6

[ovs-dev] [urcu 0/8] implement userspace RCU and add a few simple users

2014-03-05 Thread Ben Pfaff
The first three patches in this series implement an RCU library within Open vSwitch. The library is self-contained; it does not depend on liburcu or another external library. (This is the primary difference between this series and the previous RFC version.) The fourth patch adds one simple user