> What about the "cookies" hindex in struct ofproto, does it need > locking or removal?
I don't think so. The only thing that cares about cookies is ofproto.c which is single threaded. We needed to lock expirable because ofproto-dpif-xlate messes with it indirectly by doing a list_remove on rules. Does my thinking sound right? Ethan X-CudaMail-Whitelist-To: dev@openvswitch.org _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev