Re: [ovs-dev] [PATCH v5 2/4] ofproto: Postpone sending flow removed messages.

2015-06-12 Thread Jarno Rajahalme
> On Jun 12, 2015, at 3:24 PM, Ben Pfaff wrote: > > On Fri, Jun 12, 2015 at 02:36:22PM -0700, Jarno Rajahalme wrote: >> The final flow stats are available only after there are no references >> to the rule. Postpone sending the flow removed message until the >> final stats are available. >> >>

Re: [ovs-dev] [PATCH v5 2/4] ofproto: Postpone sending flow removed messages.

2015-06-12 Thread Ben Pfaff
On Fri, Jun 12, 2015 at 02:36:22PM -0700, Jarno Rajahalme wrote: > The final flow stats are available only after there are no references > to the rule. Postpone sending the flow removed message until the > final stats are available. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff __

[ovs-dev] [PATCH v5 2/4] ofproto: Postpone sending flow removed messages.

2015-06-12 Thread Jarno Rajahalme
The final flow stats are available only after there are no references to the rule. Postpone sending the flow removed message until the final stats are available. Signed-off-by: Jarno Rajahalme --- include/openflow/openflow-common.h |2 ++ lib/ofp-print.c|1 + ofproto