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
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