Re: [ovs-dev] [PATCH/RFC] ofproto: Use OFPRR_GROUP_DELETE

2014-06-11 Thread Simon Horman
On Wed, Jun 11, 2014 at 10:50:51AM -0700, Ben Pfaff wrote: > On Fri, May 30, 2014 at 05:14:14PM +0900, Simon Horman wrote: > > Use OFPRR_GROUP_DELETE as the reason for deleting flows due > > to the removal of a group that they use. > > > > This implementation adds an delete_reason member to struct

Re: [ovs-dev] [PATCH/RFC] ofproto: Use OFPRR_GROUP_DELETE

2014-06-11 Thread Ben Pfaff
On Fri, May 30, 2014 at 05:14:14PM +0900, Simon Horman wrote: > Use OFPRR_GROUP_DELETE as the reason for deleting flows due > to the removal of a group that they use. > > This implementation adds an delete_reason member to struct ofputil_flow_mod > as a convenient way to set the reason used by del

[ovs-dev] [PATCH/RFC] ofproto: Use OFPRR_GROUP_DELETE

2014-05-30 Thread Simon Horman
Use OFPRR_GROUP_DELETE as the reason for deleting flows due to the removal of a group that they use. This implementation adds an delete_reason member to struct ofputil_flow_mod as a convenient way to set the reason used by delete_flows__() when it is called indirectly from delete_group__(). Signe