Re: [ovs-dev] [PATCH v4] ofproto: Add reference count for Openflow groups.

2014-05-20 Thread Joe Stringer
On 21 May 2014 02:52, Ryan Wilson wrote: > When adding support for Openflow group and bucket stats, a group entry is > added > to the xlate cache. If the group is removed from ofproto configuration, we > need > to guarantee the group exists in the case where stats are attributed to the > group by

[ovs-dev] [PATCH v4] ofproto: Add reference count for Openflow groups.

2014-05-20 Thread Ryan Wilson
When adding support for Openflow group and bucket stats, a group entry is added to the xlate cache. If the group is removed from ofproto configuration, we need to guarantee the group exists in the case where stats are attributed to the group by a handler thread and the xlate cache has not yet been

[ovs-dev] [PATCH v4] ofproto: Add reference count for Openflow groups.

2014-05-20 Thread Ryan Wilson
When adding support for Openflow group and bucket stats, a group entry is added to the xlate cache. If the group is removed from ofproto configuration, we need to guarantee the group exists in the case where stats are attributed to the group by a handler thread and the xlate cache has not yet been