Re: [ovs-dev] [PATCH 1/3] ofproto: Do not signal revalidation for group mods twice.

2016-09-20 Thread Jarno Rajahalme
> On Sep 20, 2016, at 8:20 AM, Ben Pfaff wrote: > > On Fri, Sep 16, 2016 at 04:10:49PM -0700, Jarno Rajahalme wrote: >> The new group mod implementation signals revalidation through >> '->set_tables_version()', so the separate '->group_modify()' is no >> longer needed. The

Re: [ovs-dev] [PATCH 1/3] ofproto: Do not signal revalidation for group mods twice.

2016-09-20 Thread Ben Pfaff
On Fri, Sep 16, 2016 at 04:10:49PM -0700, Jarno Rajahalme wrote: > The new group mod implementation signals revalidation through > '->set_tables_version()', so the separate '->group_modify()' is no > longer needed. The ofproto-provider API is changed to allow > 'group_modify' to be NULL. > >