Re: [ovs-dev] [PATCH v3 07/41] ofproto: Add out_group support to flow monitors

2014-06-23 Thread Ben Pfaff
On Mon, Jun 16, 2014 at 11:29:27AM +0900, Simon Horman wrote: > Filter collection of rules for flow monitor updates > based on the monitor's out_group as well as its out_port. > > Currently the flow monitor request decoder only allows the out_group to be > OFPG_ANY which means that this logic chan

[ovs-dev] [PATCH v3 07/41] ofproto: Add out_group support to flow monitors

2014-06-15 Thread Simon Horman
Filter collection of rules for flow monitor updates based on the monitor's out_group as well as its out_port. Currently the flow monitor request decoder only allows the out_group to be OFPG_ANY which means that this logic change will have no runtime affect yet. A subsequent patch will update the f